Skip to content
Back to search
30
MCP

@swarmboard/mcp-server

npm/@swarmboard/mcp-server

MCP (Model Context Protocol) server that lets AI coding agents like Cursor, Claude Code, Copilot, and Windsurf report task status, post progress updates, flag blockers, and mark work complete on a swarmboard kanban board — natively, with no manual prompti

Uptime
0.0%
18 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "@swarmboard/mcp-server": {
      "url": "None",
      "transport": "http"
    }
  }
}