
CalmBoard MCP
CalmBoard MCP is a MCP server that exposes CalmBoard boards, tasks, insights, and workflows to coding agents over HTTPS.
About
CalmBoard MCP connects AI coding agents to CalmBoard’s hosted project workspace over streamable HTTP at calmboard.ai/mcp. developers who keep execution on a visual board can register this server so Claude Code, Cursor, or similar clients pull tasks, board structure, insights, and workflow metadata while they implement features or fix bugs. That reduces context switching between the IDE and the PM tool and lets the agent propose next steps grounded in what is actually in progress or blocked. The registry positions it as agent access to board data and project workflows rather than a replacement for CalmBoard’s own UI. It suits small teams and one-person shops running CalmBoard as system of record during Build. You still need a CalmBoard account and appropriate project permissions on the remote service; this is an integration MCP, not a local file-based task list.
- Remote streamable-http MCP endpoint at https://calmboard.ai/mcp
- Access board data and task records from CalmBoard inside agent sessions
- Project insights and workflow context without manual copy-paste from the UI
- CalmBoard MCP registry version 0.1.0 for AI-native PM loops
CalmBoard MCP by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add --transport http calmboard https://calmboard.ai/mcpAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Transport | HTTP |
|---|---|
| Auth | None |
What it does
Let your coding agent read CalmBoard boards, tasks, and insights so implementation stays aligned with what is on the kanban.
Who is it for?
Best when you already use CalmBoard and want the agent to read and reason over real task and board state.
Skip if: Skip if you're on Linear, GitHub Issues only, or fully offline markdown PM with no CalmBoard workspace.
What you get
Implementation threads stay synced with live CalmBoard tasks and insights so commits match what the board says is in flight.
- Agent-visible snapshots of board and task state from CalmBoard
- Workflow-aligned implementation suggestions tied to live PM data
- Reduced manual export of tasks from CalmBoard into chat
By the numbers
- Registry version 0.1.0
- Remote endpoint https://calmboard.ai/mcp
- Transport type streamable-http
Recommended MCP Servers
How it compares
Hosted PM data bridge MCP, not a greenfield issue tracker or git automation skill.
FAQ
Who is CalmBoard MCP for?
and small-team developers using CalmBoard who want Claude Code or Cursor to see boards, tasks, and workflow insights during development.
When should I use CalmBoard MCP?
Use it during Build and PM-heavy sprints when you want the agent to prioritize, summarize, or update work against live CalmBoard data.
How do I add CalmBoard MCP to my agent?
Register the remote MCP URL https://calmboard.ai/mcp as a streamable-http server in your agent settings and authenticate per CalmBoard’s connection flow for your workspace.