code-graph-rag

vitali87/code-graph-rag
★ 2,102 stars Python 🤖 AI/LLM Updated 1mo ago
The ultimate RAG for your monorepo. Query, understand, and edit multi-language codebases with the power of AI and knowledge graphs
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "code-graph-rag": {
      "command": "uvx",
      "args": [
        "code-graph-rag"
      ]
    }
  }
}

Or install with pip: pip install code-graph-rag

Topics

aiastclaude-codecode-analysiscode-understandingcodebase-searchdeveloper-toolsgraph-databaseknowledge-graphllmmcpmcp-servermemgraphmonorepomulti-language