rag_for_git

mimfort/rag_for_git
★ 18 stars Python AI/LLM Updated today
AI pull-request reviewer: hybrid RAG + a code graph + Claude Code. Whole-repo context, inline GitHub comments grounded on exact code. MCP server + Claude Code plugin.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "rag_for_git": {
      "command": "uvx",
      "args": [
        "rag-for-git"
      ]
    }
  }
}

Or install with pip: pip install rag-for-git

Topics

aiclaude-codecode-graphcode-reviewdeveloper-toolsmcpneo4jpgvectorpull-requestpythonragstatic-analysis