Skip to content
Windsurf

Manager.io MCP for Windsurf

io.github.flumpiey/manager-mcp

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

client:Windsurf transport:stdio runtime:pypi

Install Manager.io MCP in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "manager-mcp": {
      "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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Manager.io MCP in other clients