cgrx

ibotpafos/cgrx
★ 1 stars Rust Code/Dev Tools Updated today
Local evidence-oriented code intelligence: one Rust MCP server, multiple repositories.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "cgrx": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "cgrx"
      ]
    }
  }
}

README Excerpt

**Local, evidence-oriented code intelligence for AI coding agents.** One Rust executable. One stdio MCP server. Multiple Git repositories selected explicitly on each request. No embedding service, hosted index or API key. - Symbol search, exact source definitions and bounded caller/callee traces. - Task-sized context with token budgets and follow-up retrieval handles.