← Back to wkappbot-workflow
wkappbot-workflow
★★★
QMD Local Codebase Search — Install, Index, and Query
QMD: BM25 + vector semantic + optional LLM reranking local search engine. Pre-indexes C# source, skill JSONs, and docs. Claude resolves qmd://collection/file.cs:42 references directly to file+line, cutting exploration tokens by 91%. MCP server exposes search as mcp__qmd__* tools.
user/developer
qmdsearchpre-indextokenoptimizationmcpvectorbm25
Steps
- [WHAT] QMD is a local search engine (BM25 +...
- [INSTALL] Install via bun: bun install -g @t...
- [COLLECTIONS] Add collections from the proje...
- [CONTEXT] Add human descriptions to help Cla...
- [EMBED] Generate vector embeddings: qmd embe...
- [SEARCH-MODES] (1) qmd search TEXT -- BM25 k...
- [MCP] Register in .mcp.json: add 'qmd' serve...
- [CLAUDE-MD-RULE] Add to CLAUDE.md Token Effi...
- [RESULTS] Result format: qmd://collection/pa...
- [DAILY-USE] For identifiers/function names:...
- [LIMITS] qmd search may return no results fo...