mcp-local-rag and repo-graphrag-mcp
These are complements: the local RAG server provides basic semantic and keyword search capabilities, while the graph-based approach adds structured knowledge extraction and relationship mapping that could enhance or extend the retrieval layer for more complex codebase understanding.
About mcp-local-rag
shinpr/mcp-local-rag
Local-first RAG server for developers using MCP. Semantic + keyword search for code and technical docs. Fully private, zero setup.
Embeds documents locally using Ollama-compatible models, storing vectors in LanceDB for fast semantic + keyword hybrid search. Integrates with Cursor, Codex, and Claude Code via MCP protocol, while also offering a CLI interface for standalone indexing and querying without requiring an MCP client.
About repo-graphrag-mcp
yumeiriowl/repo-graphrag-mcp
An MCP server that uses LightRAG and Tree-sitter to build a repository knowledge graph from code and docs, for Q&A and implementation planning.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work