Modular RAG MCP Server
Related Servers
Alternatives to Modular RAG MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceEnables building production-grade RAG systems with agentic reasoning, hybrid retrieval, and MCP protocol integration for use with Claude Desktop.1MIT
- AlicenseNot gradedqualityCmaintenanceA modular RAG framework exposing MCP tools for hybrid document search, enabling AI assistants to query private knowledge bases with multimodal support and full observability.MIT
- AlicenseNot gradedqualityCmaintenanceA modular RAG framework exposing knowledge retrieval tools via MCP, enabling AI assistants to perform hybrid search, reranking, and multimodal document queries with full observability and evaluation.MIT
- AlicenseNot gradedqualityCmaintenanceA modular RAG server with hybrid search and LLM rerank, exposing 3 MCP tools for AI clients like Claude Desktop and Cursor.MIT
- AlicenseNot gradedqualityDmaintenanceA pluggable, observable modular RAG service framework that exposes tool interfaces via the MCP protocol, enabling AI assistants like Copilot and Claude to directly invoke knowledge retrieval and reasoning capabilities.MIT
- FlicenseNot gradedqualityBmaintenanceA pluggable, observable modular RAG service framework that exposes tool interfaces via the MCP protocol, enabling AI assistants like Copilot and Claude to directly query knowledge bases.1-
TDQS
Scored across 5 tools
Each tool serves a unique purpose: ingestion, deletion, listing collections, querying, and document summary retrieval. No functional overlap exists between these tools.
All tool names follow the verb_noun pattern consistently (e.g., delete_document, list_collections). No mixing of camelCase or other conventions.
With 5 tools, the server covers the essential operations for a RAG knowledge base: add, remove, list, detail, and search. The count is well-scoped without bloat.
Covers core CRUD and query operations. Missing an explicit tool to list all documents within a collection (only collections are listed), and no update tool (though delete+re-ingest is a workaround). Minor gaps but overall sufficient.