MCP Directory
Back

arbor

by Anandb71 · Rust · ★ 139

Graph-native code intelligence that replaces embedding-based RAG with deterministic program understanding.

#ai-tools#ast#code-analysis#code-analysis-tool#developer-tools#flutter#graph#mcp#model-context-protocol#rust#static-analysis#tree-sitter#visualization

Install

cargo install --git https://github.com/Anandb71/arbor.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "arbor": {
      "command": "npx",
      "args": [
        "-y",
        "github:Anandb71/arbor"
      ]
    }
  }
}

From the README

**Graph-native intelligence for codebases.** Know what breaks *before* you break it. Arbor is rooted in three unwavering principles, listed in strict order of priority. Every architectural decision is measured against this hierarchy: 1. **Consumer First**: Tooling must be beautiful, intuitive, and instantly useful out of the box. The developer experience triumphs over all other metrics. 2. **Accessibility Second**: Deep AI intelligence and graph analysis should never be gatekept. Our tooling is built to work seamlessly across language ecosystems and run deterministically…
Read full README on GitHub →

Related ai & ml servers