Odel
Rhizome MCP

Rhizome MCP

Local
@odrin1GoApache-2.0Updated 5 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmrhizome-mcpv1.4.0

Run

npx -y rhizome-mcp

MCP client config

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