Overview
Features
Document ingestion
Ingest PDFs, DOCX, TXT, and Markdown; extract text, chunk, embed, and store in a local vector DB; replaces existing versions to avoid duplicates.
Semantic search
Query in natural language; embed the query and search the vector DB; return the top 5 matches with content, source file, and a relevance score.
File management
List ingested files, showing each file's path, how many chunks it produced, and ingestion time.
File deletion
Remove documents from the vector DB; permanently deletes chunks and embeddings; operation is idempotent.
System status
Report total documents, total chunks, memory usage, and uptime for monitoring and debugging.
Who Is This For?
- Developers:Integrate MCP clients to enable private, offline document search for apps.
- Privacy-conscious users:Search sensitive documents locally without sending data to external services.
- MCP users:Integrate MCP-based workflows to ingest and query local documents efficiently.




