Code search that costs ~2% of grep+read in tokens — semantic + lexical, fully local, sub-second on million-line repos.
Semble is a code-search MCP from Minish Lab. It indexes a repo with hybrid sparse+dense embeddings and serves Claude semantic search results that are tighter than grep — no need to dump whole files. Token usage is dramatically lower than the standard 'grep then read' pattern, especially on large monorepos.