MCP connectors
code-review-graph
Hand your AI a map, so it stops reading everything
★ 30k
August 2026
MIT
MCP connectors
What it does
Review tasks make coding assistants re-read far more of a codebase than they need, and you pay for every token of it. This builds a structural map with Tree-sitter, updates it incrementally as the code changes, and serves precise context over MCP so the assistant reads only the parts that matter. The map stays local; the selected excerpts still go to whichever model you have connected. MIT.
Summary based on the project's own description. The Japanese page has a fuller beginner guide: setup difficulty, what to prepare, and a step-by-step start.
Screenshots & visuals
Before you start
- Setup difficultyEasy to start
- Command lineRequired
- API keyNot required
- Sends data onlineNo
Judged automatically from the project's own metadata. Always confirm on the official page.
code-review-graph FAQ
- Is code-review-graph free?
- Yes. It runs on your own machine, so there is no usage-based cost either.
- Do I need to install anything or write code to use code-review-graph?
- It connects to an MCP-capable AI app such as Claude. It does not run on its own.
- Does code-review-graph work on a phone?
- No. It needs a computer.
- Can I use code-review-graph commercially?
- The licence is MIT, which permits commercial use. Conditions such as keeping the copyright notice still apply, so read the licence text before shipping it inside something.
How it compares
The conditions that decide whether you can actually use it, side by side.
| Tool | Command line | API key | Sends data out | Phone | Commercial use |
|---|---|---|---|---|---|
| code-review-graph (this page) | Required | Not needed | No | No | Yes |
| MCP Servers | Required | Not needed | Yes | No | Yes |
| Context7 | Required | Not needed | Yes | No | Yes |
| Chrome DevTools MCP | Required | Not needed | Yes | No | Yes |
"Sends data out" means your input is uploaded to someone's server. Pick "No" when the material cannot leave your organisation.