Skip to content
Grok

Manager.io MCP for Grok

io.github.flumpiey/manager-mcp

MCP server for Manager.io bookkeeping: read-first with opt-in scoped task and write tools

client:Grok transport:stdio runtime:pypi

Install Manager.io MCP in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "manager-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "manager-mcp"
      ],
      "env": {
        "MANAGER_API_URL": "<MANAGER_API_URL>",
        "MANAGER_API_KEY": "<MANAGER_API_KEY>",
        "MANAGER_MCP_WRITE_SCOPES": "<MANAGER_MCP_WRITE_SCOPES>",
        "MANAGER_MCP_DELETE_SCOPES": "<MANAGER_MCP_DELETE_SCOPES>"
      }
    }
  }
}

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

Manager.io MCP in other clients