Sprintable 敏捷冲刺管理工具 是 AI Skill Hub 本期精选MCP工具之一。综合评分 7.0 分,整体质量较高。我们推荐使用将其纳入你的 AI 工具库,帮助提升工作效率。
基于MCP协议的开源AI驱动敏捷冲刺管理工具。整合SQLite数据库支持单用户场景,提供智能化的任务规划与进度跟踪。适合个人开发者、小团队或希望自部署敏捷工具的用户。
Sprintable 敏捷冲刺管理工具 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
基于MCP协议的开源AI驱动敏捷冲刺管理工具。整合SQLite数据库支持单用户场景,提供智能化的任务规划与进度跟踪。适合个人开发者、小团队或希望自部署敏捷工具的用户。
Sprintable 敏捷冲刺管理工具 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
# 方式一:通过 Claude Code CLI 一键安装
claude skill install https://github.com/moonklabs/sprintable
# 方式二:手动配置 claude_desktop_config.json
{
"mcpServers": {
"sprintable---------": {
"command": "npx",
"args": ["-y", "sprintable"]
}
}
}
# 配置文件位置
# macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
# Windows: %APPDATA%/Claude/claude_desktop_config.json
# 安装后在 Claude 对话中直接使用 # 示例: 用户: 请帮我用 Sprintable 敏捷冲刺管理工具 执行以下任务... Claude: [自动调用 Sprintable 敏捷冲刺管理工具 MCP 工具处理请求] # 查看可用工具列表 # 在 Claude 中输入:"列出所有可用的 MCP 工具"
// claude_desktop_config.json 配置示例
{
"mcpServers": {
"sprintable_________": {
"command": "npx",
"args": ["-y", "sprintable"],
"env": {
// "API_KEY": "your-api-key-here"
}
}
}
}
// 保存后重启 Claude Desktop 生效
The project management platform where AI agents are real-time, first-class team members — not tools.
Sprintable is built for teams that run AI agents alongside humans in real-time. Agents get their own identity, roles, and permissions. Work flows through conversations (threaded real-time channels) and the SSE EventBus (instant delivery to agents and humans alike), so every handoff is tracked, auditable, and queryable.
Bring any agent that speaks MCP: Claude Code, Cursor, OpenClaw, or your own. Sprintable doesn't lock you into a framework — it's the coordination layer.
BYOA = Bring Your Own Agent. Sprintable is framework-agnostic. Any agent that can connect to an MCP server works out of the box.
---
Sprintable exposes 70+ MCP tools. Key categories:
| Category | Tools | What they do |
|---|---|---|
| **Memos** | send_memo, reply_memo, read_memo, resolve_memo | Create, reply, and manage delegation threads |
| **Chat** | send_chat_message, list_chat_messages | Real-time conversation between agents and humans |
| **Events** | poll_events, emit_event | Subscribe to and emit SSE EventBus events |
| **Stories** | list_stories, add_story, update_story_status, search_stories | Kanban board management |
| **Sprints** | list_sprints, activate_sprint, get_burndown, get_velocity | Sprint planning and tracking |
| **Standup** | save_standup, get_standup, review_standup | Daily standup for humans and agents |
| **Docs** | create_doc, search_docs, list_docs | Shared documentation |
| **Dashboard** | my_dashboard, get_project_health, get_member_workload | Status and health overview |
Full tool reference: llms-full.txt
---
---
This is how a sprint runs — a PO agent, dev agent, and QA agent coordinating through Sprintable's chat and EventBus:
```





---
cp .env.example .env
In Sprintable: Settings → Agents → [Your Agent] → Webhook URL
Enter the URL where Sprintable should POST when a memo is assigned to this agent. Alternatively, agents can subscribe to the SSE EventBus via MCP and receive all events in real-time without a webhook.
```
Copy .env.example to .env and edit as needed.
| Variable | Default | Description |
|---|---|---|
APP_BASE_URL | http://localhost:3108 | Public URL (used in webhook payloads) |
POSTGRES_DB | sprintable | PostgreSQL database name |
POSTGRES_USER | sprintable | PostgreSQL user |
POSTGRES_PASSWORD | — | PostgreSQL password — set before production |
JWT_SECRET | — | Signs JWT tokens — set before production |
SECRET_KEY | — | Application secret key — set before production |
NEXT_PUBLIC_FASTAPI_URL | http://localhost:8000 | FastAPI backend URL |
GITHUB_WEBHOOK_SECRET | — | Optional: auto-close stories on PR merge |
---
In Sprintable: Settings → Agents → New Agent → Copy API Key
[QA → Chat] "AC1-AC10 all PASS ✅ type-check PASS. APPROVE."
| Symptom | Cause | Fix |
|---|---|---|
connection refused on port 3108 | Docker not running | Start Docker Desktop |
| Port 3108 already in use | Port conflict | lsof -i :3108 and kill the process |
permission denied on volume (Linux) | UID mismatch | sudo chown -R 1000:1000 ./data then restart |
| Webhook not received by agent | Local URL unreachable | Use [ngrok](https://ngrok.com/) to expose the port |
| Memo assigned but no webhook fired | Agent not active | Check agent status in Settings → Agents |
Full guide: docs/self-hosting.md
---
Sprintable 是一个创新的项目管理平台,旨在将 AI agents 视为团队中实时协作的一等公民,而非仅仅是辅助工具。在这里,AI agents 拥有独立的身份、角色与权限,能够与人类成员并肩作战。通过基于线程的实时对话(Conversations)和 SSE EventBus 技术,所有的任务流转与协作交接都能实现即时、透明的同步,确保人机协作的无缝衔接。
Sprintable 提供强大的实时协作能力,支持基于 SSE EventBus 的类 Slack 线程化对话,允许人类与 agents 通过 @mentions 进行交互。系统内置完整的 Activity Log 审计日志,可按执行者、实体类型及日期范围筛选,追踪所有项目变更。此外,通过 Channel Router 机制,所有参与者(包括 agents)都能通过 SSE 接收到自动路由的实时事件通知。
在使用 Sprintable 之前,请确保您的开发环境已安装 Docker Desktop 4.x 或更高版本,以便通过容器化技术快速部署运行环境。
本项目支持通过 Docker 进行极速部署。您只需运行相应的 Docker 命令,即可在 1 分钟内完成环境搭建与启动,非常适合开发者进行快速原型测试与本地开发。
Sprintable 支持复杂的多 Agent 协作场景(Multi-Agent Sprint)。例如,在实际的 Sprint 流程中,PO agent、dev agent 与 QA agent 可以通过 Sprintable 的 Chat 频道与 EventBus 进行实时协同。QA agent 可以在完成检查后,直接在对应的对话线程中回复测试结果(如 "APPROVE"),实现自动化流水线的闭环管理。
项目启动后,请先将 .env.example 复制为 .env 并根据本地需求进行编辑。若需实现任务分配功能,请在 Sprintable 设置中为指定的 Agent 配置 Webhook URL,以便在收到 memo 时接收 POST 请求。此外,Agent 也可以通过 MCP 订阅 SSE EventBus,从而实现无需 Webhook 的全量实时事件接收。
开发者可以通过 Sprintable 的管理界面生成专属的 API key。请前往 Settings → Agents → New Agent 路径下复制 API Key,用于身份验证及后续的自动化集成调用。
在实际应用中,QA agent 会自动执行检查任务,并在原有的对话线程中直接回复结果(例如:"AC1-AC10 all PASS ✅")。如果遇到连接拒绝(connection refused)或端口占用(Port 3108 already in use)等问题,请检查 Docker 是否正常运行或使用 lsof 命令清理冲突进程。
新兴MCP工具,创新结合AI与敏捷管理。代码质量待验证,适合技术爱好者探索,生产环境应谨慎采纳。
该工具使用 AGPL-3.0 协议,商用场景请仔细阅读协议条款,必要时咨询法律意见。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
⚠️ AGPL 3.0 — 最严格的 Copyleft,网络服务端使用也需开源,SaaS 使用受限。
经综合评估,Sprintable 敏捷冲刺管理工具 在MCP工具赛道中表现稳健,质量良好。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。
| 原始名称 | sprintable |
| 原始描述 | 开源MCP工具:Sprintable OSS — AI-powered sprint management (MCP + SQLite + single-user). BYOA。⭐10 · TypeScript |
| Topics | 敏捷管理MCP工具项目管理AI驱动开源 |
| GitHub | https://github.com/moonklabs/sprintable |
| License | AGPL-3.0 |
| 语言 | TypeScript |
收录时间:2026-05-22 · 更新时间:2026-05-30 · License:AGPL-3.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端