What problem does it solve?
QMD eliminates the frustration of hunting through scattered notes, meeting transcripts, and docs by giving you fast, accurate local search across large markdown/text collections.
Core Features & Use Cases
- Hybrid retrieval (BM25 + vector + LLM reranking): combine keyword matching, semantic understanding, and higher-quality ranking for difficult queries.
- Local, on-device knowledge base search: index and query your own text files without relying on cloud services.
- MCP and CLI access: use it directly in the terminal or expose tools to Titan Agent through MCP for seamless agent workflows.
Quick Start
Run: qmd collection add ~/notes --name notes, then run: qmd embed, and finally search with: qmd query "what did we decide about the database migration" .