codebase-rag-mcp

leon-lourenco/codebase-rag-mcp
★ 0 stars Java AI/LLM Updated today
Repo-agnostic RAG + MCP server for indexing and querying Java codebases via Claude Code/Desktop
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": {
    "codebase-rag-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "leon-lourenco/codebase-rag-mcp"
      ]
    }
  }
}

README Excerpt

**Case study:** [leon-lourenco.github.io/codebase-rag-mcp](https://leon-lourenco.github.io/codebase-rag-mcp/) — the architecture, the design decisions, and the real protocol bug that got caught along the way. A repo-agnostic RAG server exposed over the Model Context Protocol: point it at any Java codebase, it indexes the code and docs into a local vector store, and a real MCP client

Tools (6)

Observerexplain_conceptget_filelist_indexed_reposlist_structuressearch_code