Skip to content
Grok

CalmBoard MCP for Grok

io.github.dalvaren/calmboard

AI agents use CalmBoard MCP to access board data, tasks, insights, and project workflows.

client:Grok transport:streamable-http

Install CalmBoard MCP in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "calmboard": {
      "type": "http",
      "url": "https://calmboard.ai/mcp"
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

CalmBoard MCP in other clients