A
licenseA
qualityC
maintenanceRAG MCP server for PDFs, YouTube, GitHub repos, and Discord exports. Index documents and query with citations via LangChain and Chroma.
5
2
MIT
No user-submitted related servers found.
Scored across 4 tools
Each tool has a clearly distinct purpose: adding documents, indexing URLs, listing documents, and querying. No overlap or ambiguity.
All tool names follow a consistent verb_noun pattern in snake_case (add_document, index_url, list_documents, query_knowledge).
With 4 tools, the server is appropriately scoped for a knowledge base manager, covering essential operations without excess.
The toolset covers adding (two methods), listing, and searching the knowledge base, but lacks update or delete operations, which is a minor gap.