rag-mcp
Related Servers
Alternatives to rag-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityBmaintenanceEnables semantic search over a local knowledge base using MCP tools, allowing AI clients to retrieve relevant document chunks via the search_knowledge tool.191 npm2MIT

devitway-rag-starterofficial
FlicenseNot gradedqualityDmaintenanceMinimal local RAG stack with an MCP server that provides document search for any agent.1-- AlicenseAqualityDmaintenanceLocal-first RAG indexing and semantic search MCP server. Enables document retrieval and context-aware queries using local embedding models.36 npmMIT
- AlicenseNot gradedqualityCmaintenanceEnables retrieval-augmented generation over a local markdown corpus, allowing grounded, cited answers via an MCP tool or CLI.3 npmMIT
- AlicenseNot gradedqualityBmaintenanceA tiny RAG-lite retrieval engine that indexes files on disk and provides semantic search via MCP, returning relevant text chunks (file, line, score) without generating answers.20 npmMIT
- FlicenseNot gradedqualityCmaintenanceHybrid semantic search (dense vector + BM25) over local knowledge bases and codebases, exposed as MCP tools for AI agents to search and list knowledge bases.-
TDQS
Scored across 1 tool
The single tool has a clear, distinct purpose (retrieving relevant passages). With no other tools to differentiate, there is no possibility of ambiguous selection.
The tool name 'search_knowledge' follows a clear verb_noun convention, which would be consistent even if more tools were added. As a single tool, it sets a predictable pattern.
With only one tool, the server feels too thin for the 'rag' domain, which typically requires additional operations like listing sources or ingesting content. The single tool is not trivial but is insufficient for a well-scoped RAG server.
The tool surface covers only search/retrieval. There are no tools for managing the knowledge corpus (e.g., list sources, add/update/delete documents), leaving significant gaps that would require external intervention for many workflows.