rustgraph

ZmoleCristian/rustgraph
★ 8 stars Rust 💻 Code/Dev Tools Updated today
AiDX-native Rust codebase navigation. AST-aware. CLI + library + MCP server.
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": {
    "rustgraph": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "rustgraph"
      ]
    }
  }
}