swarm-mcp

jcosta33/swarm-mcp
★ 0 stars TypeScript AI/LLM Updated today
An MCP stdio server exposing Swarm's read + reconcile facts to agent clients — a thin adapter over the swarm CLI's --json contract. Read-only, reconcile-only, no verdict.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "swarm-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "jcosta33/swarm-mcp"
      ]
    }
  }
}