Skip to content
Cursor

Rhizome MCP for Cursor

io.github.odrin/rhizome-mcp

Local-first MCP server for task tracking and coordination of autonomous AI coding agents.

client:Cursor transport:stdio runtime:npm

Install Rhizome MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "rhizome-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "rhizome-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Rhizome MCP in other clients