Local Search MCP for Claude Code
·2026.04.30 22:11
Key point
Semble cut token usage by 98% with a local code search MCP for Claude Code.
Details
Semble is a local MCP server for Claude Code that returns only relevant code chunks instead of reading entire files from local or remote repositories.
- Replaces
grep+readwith 98% fewer tokens on average. - Repository indexing takes about 250ms, and query responses take about 1.5ms.
- Runs CPU only, requiring no API keys, GPU, or heavy dependencies.
In benchmarks, it showed 99% of the quality of top-tier transformer hybrids, posting NDCG@10 0.854. The implementation combines static embeddings + BM25 + code-optimized reranking, and it was compared against existing approaches like grepai, probe, and colgrep.
This summary was generated automatically by AI. Check the original for the author's claims and context. Copyright belongs to the original author.
Our guide explains how the AI works. Report summary errors, attribution issues, or removal requests via Contact.