A
licenseNot graded
qualityC
maintenanceA RAG engine and MCP server that indexes .md files to provide searchable context to AI agents via the Model Context Protocol.
MIT
No user-submitted related servers found.
Scored across 3 tools
Each tool performs a distinct function: indexing, searching, and clearing. There is no overlap or ambiguity between them.
All tool names follow a consistent verb_noun pattern (index_documents, search_documents, clear_index), using clear action verbs.
Three tools is well-scoped for a focused RAG server; each tool is essential and covers the core workflow without redundancy.
The set covers indexing, querying, and resetting the vector store. A minor gap is lack of per-document deletion or statistics, but the primary lifecycle is complete.