Better Code Review Graph
Rank #538io.github.n24q02m/better-code-review-graph
Token-efficient code review knowledge graph: semantic search and call-graph resolution.
Better Code Review Graph is a Model Context Protocol (MCP) server published by n24q02m. It ranks #538 of 77,308 servers tracked on MCP Toplist, and its repository has 66 GitHub stars. Better Code Review Graph is listed across 3 registries — Official MCP, PulseMCP and Glama, with 34 tracked versions. It was first listed on Mar 20, 2026 and most recently updated on Jul 14, 2026.
Ranks ahead of 76,770 of 77,308 servers on MCP Toplist.
Use Better Code Review Graph
Add Better Code Review Graph to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"better-code-review-graph": {
"command": "uvx",
"args": [
"better-code-review-graph"
],
"env": {
"EMBEDDING_MODELS": "<your EMBEDDING_MODELS>",
"SUMMARY_MODELS": "<your SUMMARY_MODELS>",
"EMBEDDING_BACKEND": "<your EMBEDDING_BACKEND>",
"EMBEDDING_API_BASE": "<your EMBEDDING_API_BASE>",
"LLM_API_BASE": "<your LLM_API_BASE>",
"SUMMARY_MODEL": "<your SUMMARY_MODEL>"
}
}
}
}Replace each placeholder with your own value before saving.
{
"mcpServers": {
"better-code-review-graph": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/n24q02m/better-code-review-graph:latest"
],
"env": {
"EMBEDDING_BACKEND": "<your EMBEDDING_BACKEND>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.n24q02m%2Fbetter-code-review-graph)<a href="https://mcptoplist.com/server/io.github.n24q02m%2Fbetter-code-review-graph"><img src="https://mcptoplist.com/badge/io.github.n24q02m%2Fbetter-code-review-graph.svg" alt="MCP Toplist: Top 1% of 77,308" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
n24q02m
Other servers by n24q02m
- Better Notion MCP#520 · 50 vers
- Better Email MCP#593 · 45 vers
- Better Godot MCP#725 · 33 vers
- Wet MCP#767 · 39 vers
- Better Telegram MCP#838 · 53 vers
- Mnemo MCP#936 · 45 vers
- imagine-mcp#2,201 · 14 vers
Available versions (34)
| Version | Published |
|---|---|
| 3.20.0 | Jul 14, 2026 |
| 3.17.0 | Jun 7, 2026 |
| 3.15.1 | May 9, 2026 |
| 3.14.0 | May 6, 2026 |
| 3.13.0 | May 4, 2026 |
| 3.12.5 | Apr 29, 2026 |
| 3.12.4 | Apr 29, 2026 |
| 3.12.2 | Apr 28, 2026 |
| 3.12.1 | Apr 28, 2026 |
| 3.12.0 | Apr 27, 2026 |
| 3.11.1 | Apr 24, 2026 |
| 3.10.5 | Apr 22, 2026 |
| 3.10.4 | Apr 22, 2026 |
| 3.10.3 | Apr 22, 2026 |
| 3.10.2 | Apr 21, 2026 |
| 3.10.1 | Apr 21, 2026 |
| 3.10.0 | Apr 19, 2026 |
| 3.9.2 | Apr 17, 2026 |
| 3.9.1 | Apr 17, 2026 |
| 3.9.0 | Apr 13, 2026 |
| 3.8.0 | Apr 7, 2026 |
| 3.7.2 | Apr 6, 2026 |
| 3.7.1 | Apr 6, 2026 |
| 3.7.0 | Apr 6, 2026 |
| 3.6.0 | Apr 4, 2026 |
| 3.5.1 | Apr 3, 2026 |
| 3.5.0 | Apr 3, 2026 |
| 3.4.0 | Apr 1, 2026 |
| 3.3.0 | Mar 28, 2026 |
| 3.2.0 | Mar 26, 2026 |
| 3.1.0 | Mar 25, 2026 |
| 3.0.0 | Mar 24, 2026 |
| 1.0.3 | Mar 20, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Better Code Review Graph?
- Better Code Review Graph is maintained by n24q02m, which publishes 8 MCP servers (313 total versions) tracked on MCP Toplist.
- Is Better Code Review Graph listed on the Official MCP Registry?
- Yes — Better Code Review Graph is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Better Code Review Graph have?
- MCP Toplist tracks 34 versions of Better Code Review Graph, most recently published on Jul 14, 2026.
- Where can I find the source code for Better Code Review Graph?
- The source code for Better Code Review Graph is hosted at github.com/n24q02m/better-code-review-graph.git.