A
licenseNot graded
qualityD
maintenanceLocal MCP server that indexes folders of documents into a hybrid vector + keyword search index for Claude Desktop, with support for PDFs, Office files, and images via OCR.
MIT
No user-submitted related servers found.
Scored across 3 tools
Each tool has a distinct purpose: listing all documents, searching by keyword, and retrieving full text. There is no overlap or ambiguity.
All tools follow a consistent verb_noun snake_case pattern: get_document, list_documents, search_documents.
With 3 tools, the server is well-scoped for document search: list, search, retrieve. Not too few or too many.
Core functionality is fully covered: indexing overview, search with ranking, and full-text retrieval. No gaps for a search-focused server.