Can this be used as a general code knowledge tool rather than a code reviewer? #89
Replies: 1 comment 2 replies
-
|
Great question, yes, absolutely. The name says "code review" but the graph is a general-purpose code knowledge base. Most of the 22 MCP tools have nothing to do with code review: Architecture & navigation:
Search & discovery:
Documentation:
Refactoring:
People are using it for onboarding onto new codebases, understanding monorepos, planning refactors, and generating docs — not just code review. To answer your other question: I haven't found anything else that does "persistent incremental structural graph exposed via MCP." The closest concept is Aider's repo-map (also Tree-sitter based), but it's embedded in Aider only, not standalone, and doesn't do blast radius, flows, or community detection. Repomix is another option but it just packs your whole repo into a file — no intelligence, no incremental updates. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there anything similar to this project that isn’t specifically for code review
Beta Was this translation helpful? Give feedback.
All reactions