mcp-local-rag and mcp-rag-server
Both tools are complementary ecosystem siblings, as they are distinct server implementations for the Model Context Protocol (MCP) designed to enable local RAG-like web search, with "nkapila6/mcp-local-rag" focusing on a "primitive" implementation and "Daniel-Barta/mcp-rag-server" offering a more comprehensive lightweight RAG server for ingesting various document types.
About mcp-local-rag
nkapila6/mcp-local-rag
"primitive" RAG-like web search model context protocol (MCP) server that runs locally. ✨ no APIs ✨
This tool helps large language models (LLMs) like Claude perform deep, up-to-date web research and answer questions using current information. It takes your natural language questions, searches across many web sources, extracts the most relevant details, and feeds them back to the LLM. Researchers, analysts, or anyone needing accurate, real-time information from an AI assistant would find this useful.
About mcp-rag-server
Daniel-Barta/mcp-rag-server
Lightweight RAG server for the Model Context Protocol: ingest source code, docs, build a vector index, and expose search/citations to LLMs via MCP tools.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work