| Crates.io | arbor-mcp |
| lib.rs | arbor-mcp |
| version | 1.0.1 |
| created_at | 2026-01-05 12:09:50.378975+00 |
| updated_at | 2026-01-07 18:52:01.009982+00 |
| description | Model Context Protocol server for Arbor |
| homepage | |
| repository | |
| max_upload_size | |
| id | 2023710 |
| size | 65,533 |
Model Context Protocol server for Arbor
Let Claude walk your code graph
arbor-mcp is the AI Bridge for Arbor. It implements the Model Context Protocol to let LLMs like Claude Desktop navigate your codebase as a graph.
| Tool | Description |
|---|---|
get_context |
Retrieve semantic neighborhood of a node |
find_path |
A* shortest path between two nodes |
analyze_impact |
Predict blast radius of changes |
list_symbols |
Fuzzy search across the graph |
Instead of RAG-style "find similar text," Arbor lets the AI:
cargo install arbor-graph-cli
arbor bridge # Starts MCP server over stdio
{
"mcpServers": {
"arbor": {
"command": "arbor",
"args": ["bridge"]
}
}
}
io.github.Anandb71/arbor