codegraph-rust

sunerpy/codegraph-rust
★ 3 stars Rust AI/LLM Updated today
Deterministic tree-sitter + SQLite/FTS5 code knowledge graph for AI coding agents — symbol/call/dependency graph over a CLI and an MCP server. No AI/LLM inside; byte-stable output.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

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

README Excerpt

> A deterministic **code knowledge graph**: tree-sitter parsing persisted to > SQLite/FTS5, exposing traversable symbol / call / dependency relationships to > AI coding agents and developers. > 中文说明 / Chinese: [`docs/readme/README.zh-CN.md`](docs/readme/README.zh-CN.md) CodeGraph reads a codebase, extracts symbols and their relationships with

Tools (4)

codegraph_explorecodegraph_impactcodegraph_nodecodegraph_search

Topics

ai-agentsclicode-analysiscode-graphknowledge-graphmcprustsqlitestatic-analysistree-sitter