Graph-native code intelligence that replaces embedding-based RAG with deterministic program understanding.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"arbor": {
"command": "cargo",
"args": [
"run",
"--",
"arbor"
]
}
}
}
Run in terminal:
claude mcp add arbor cargo run -- arbor
Add to .cursor/mcp.json:
{
"mcpServers": {
"arbor": {
"command": "cargo",
"args": [
"run",
"--",
"arbor"
]
}
}
}