MCP server for CodeRAG -- exposes codebase search, context, explain, and status tools via the Model Context Protocol (stdio and SSE transports).
npm install @code-rag/mcp-servercoderag_search-- semantic + keyword hybrid search over the codebasecoderag_context-- retrieve assembled context within a token budgetcoderag_explain-- explain code symbols with dependency contextcoderag_status-- show index health and statistics
See the main repository for full documentation.
MIT