What problem does it solve?
QMD removes the pain of finding the right information inside large collections of personal markdown notes, documents, and transcripts by providing fast local retrieval plus high-quality hybrid semantic search.
Core Features & Use Cases
- Hybrid local search: combines BM25 keyword matching, vector semantic search, and LLM-based reranking to surface the most relevant passages.
- Knowledge-base querying: searches across multiple user-defined collections such as notes, project docs, and meeting transcripts for both exact terms and conceptual questions.
- MCP and CLI integration: exposes an MCP server (stdio or HTTP daemon) so the agent can use search tools, or uses the qmd CLI directly when you prefer terminal workflows.
Quick Start
Run a hybrid search across your indexed notes for the question “what decisions were made about the API redesign”.