Code intelligence MCP server. Symbol extraction and navigation via tree-sitter and LSP backends. Rust.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"rhizome": {
"command": "cargo",
"args": [
"run",
"--",
"rhizome"
]
}
}
}
Run in terminal:
claude mcp add rhizome cargo run -- rhizome
Add to .cursor/mcp.json:
{
"mcpServers": {
"rhizome": {
"command": "cargo",
"args": [
"run",
"--",
"rhizome"
]
}
}
}