arbor

nikita-voronoy/arbor
★ 7 stars Rust 🤖 AI/LLM Updated 8d ago
Code navigation MCP server. Fits your entire codebase into an LLM context.
View on GitHub →

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"
      ]
    }
  }
}

Topics

claude-codecode-analysiscode-navigationllmmcpmcp-serverrusttree-sitter