Local knowledge graph for Claude Code. Builds a persistent map of your codebase so Claude reads only what matters — 6.8× fewer tokens on reviews and up to 49× on daily coding tasks.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"code-review-graph": {
"args": [
"serve",
"--tools",
"query_graph_tool,semantic_search_nodes_tool,detect_changes_tool,get_review_context_tool"
],
"command": "code-review-graph"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
AI coding tools re-read your entire codebase on every task. code-review-graph fixes that. It builds a structural map of your code with Tree-sitter, tracks changes incrementally, and gives your AI assistant precise context via MCP so it reads only what matters.
This server supports HTTP transport. Be the first to test it — help the community know if it works.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked code-review-graph against OSV.dev.
Click any tool to inspect its schema.
code_graph_databaseSQLite database storing the parsed code graph with nodes (functions, classes, imports) and edges (calls, inheritance, test coverage)
.code-review-graph/graph.db
build_code_review_graph_promptInstructs the AI assistant to build the code review graph for the project
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in developer-tools
XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities.
Copy/paste detector for programming source code, supports 223 formats. AI-ready with token-efficient reporter, skill and MCP server.
Context7 Platform -- Up-to-date code documentation for LLMs and AI code editors
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
MCP Security Weekly
Get CVE alerts and security updates for Code Review Graph and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.