rag-code-mcp

doITmagic/rag-code-mcp
★ 35 stars Go 🤖 AI/LLM Updated 10d ago
Privacy-first semantic code navigation MCP server using RAG. Features deep AST multi-language support (Go, PHP/Laravel/WP, JS/TS/React, Python), 100% local LLMs (Ollama), and vector search (Qdrant) for AI IDEs like Cursor, Windsurf, Copilot, and Claude.
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": {
    "rag-code-mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/doITmagic/rag-code-mcp@latest"
      ]
    }
  }
}

Topics

claude-desktopcode-navigationcopilotcursor-idedeveloper-toolsgogolanghtmljavascriptlaravelllmlocalmcpollamaphp