code-review-graph: More Precise AI Code Review with Fewer Tokens
code-review-graph is an open-source tool for AI coding assistants. It first builds a structured knowledge graph of your codebase locally, then supplies only the relevant context to the AI — avoiding a full scan of the entire repository on every task. Powered by Tree-sitter to parse ASTs, it organizes functions, classes, imports, call relationships, and test dependencies into a graph structure, and makes it available to tools like Claude Code, Codex, and Cursor via MCP.