doITmagic/rag-code-mcp
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.
Platform-specific configuration:
{
"mcpServers": {
"rag-code-mcp": {
"command": "npx",
"args": [
"-y",
"rag-code-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...