Skip to content
VS Code

Rhizome MCP for VS Code

io.github.odrin/rhizome-mcp

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

client:VS Code transport:stdio runtime:npm

Install Rhizome MCP in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Rhizome MCP in other clients