code-graph-rag
Developed by vitali87
Code-Graph-RAG is an open-source, multi-language codebase RAG system. It parses code using Tree-sitter and builds a structural knowledge graph in Memgraph, capturing relations like calls and data flows. Users can query, edit, and optimize code via natural language translated into Cypher. It also runs as an MCP server, integrating with Claude Code and other MCP clients.
- Multi-language AST parsing via Tree-sitter
- Structured code knowledge graph & Cypher generation
- AST-based surgical code patching & data-flow tracing
- Built-in Model Context Protocol (MCP) server support
desktop