#49 · Primary category: AI Coding Assistants

code-review-graph

ai-coding claude claude-code code-review graphrag incremental knowledge-graph llm mcp python static-analysis tree-sitter

Local-first code intelligence graph for MCP and CLI. Builds a persistent map of your codebase so AI coding tools read only what matters, with benchmarked context reductions on reviews and large-repo workflows.

Project last updated:08/27/26

GitHub Stars

31.0K

Forks

2.8K

Contributors

135

License

MIT

Why we included this project

AI coding assistants are only as useful as the code they can see, and on a large repository they tend to read everything, which burns tokens and slows reviews down. code-review-graph fixes that by parsing your codebase with Tree-sitter and keeping a persistent graph of how functions, classes, and imports connect. It exposes that map to Claude Code, Cursor, Codex, and Copilot over MCP, so when a file changes it can trace every caller, dependent, and test that might be affected and hand the assistant just that slice. Re-indexing is incremental, so a two-file edit on a big project takes a couple of seconds instead of a full rebuild. There is also a one-command installer that detects your installed coding tools and writes the right MCP config for each, plus a GitHub Action for CI. If your team reviews code in large or mixed-language repos, the benchmarked context reductions mean fewer tokens spent and faster feedback.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category