Rhizome MCP
Rank #3,485io.github.Odrin/rhizome-mcp
Local-first MCP server for task tracking and coordination of autonomous AI coding agents.
Rhizome MCP is a Model Context Protocol (MCP) server published by Odrin. It ranks #3,485 of 132,046 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Rhizome MCP is listed across 2 registries — Official MCP and Glama, with 14 tracked versions. It was first listed on Jul 23, 2026 and most recently updated on Sep 16, 2026.
Ranks ahead of 128,561 of 132,046 servers on MCP Toplist.
Use Rhizome MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add rhizome-mcp -- npx -y rhizome-mcp[mcp_servers.rhizome-mcp]
command = "npx"
args = ["-y", "rhizome-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"rhizome-mcp": {
"command": "npx",
"args": [
"-y",
"rhizome-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"rhizome-mcp": {
"command": "npx",
"args": [
"-y",
"rhizome-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"rhizome-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"rhizome-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"rhizome-mcp": {
"command": "npx",
"args": [
"-y",
"rhizome-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"rhizome-mcp": {
"command": "npx",
"args": [
"-y",
"rhizome-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Odrin%2Frhizome-mcp)<a href="https://mcptoplist.com/server/io.github.Odrin%2Frhizome-mcp"><img src="https://mcptoplist.com/badge/io.github.Odrin%2Frhizome-mcp.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
Odrin
Available versions (14)
| Version | Published |
|---|---|
| 1.5.1 | Sep 16, 2026 |
| 1.4.0 | Aug 29, 2026 |
| 1.3.3 | Aug 26, 2026 |
| 1.3.2 | Aug 26, 2026 |
| 1.3.1 | Aug 25, 2026 |
| 1.3.0 | Aug 25, 2026 |
| 1.2.1 | Aug 13, 2026 |
| 1.2.0 | Aug 7, 2026 |
| 1.1.0 | Aug 5, 2026 |
| 1.0.1 | Jul 25, 2026 |
| 1.0.1-beta.5 | Jul 24, 2026 |
| 1.0.1-beta.4 | Jul 24, 2026 |
| 1.0.1-beta.3 | Jul 24, 2026 |
| 1.0.1-beta.2 | Jul 24, 2026 |
Frequently asked questions
- Who maintains Rhizome MCP?
- Rhizome MCP is maintained by Odrin, which publishes 1 MCP server (14 total versions) tracked on MCP Toplist.
- Is Rhizome MCP listed on the Official MCP Registry?
- Yes — Rhizome MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does Rhizome MCP have?
- MCP Toplist tracks 14 versions of Rhizome MCP, most recently published on Sep 16, 2026.
- Where can I find the source code for Rhizome MCP?
- The source code for Rhizome MCP is hosted at github.com/Odrin/rhizome-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.