Semble: A Local MCP Server for Claude Code with 98% Token Reduction

Semble is an MCP server that lets Claude Code search local codebases efficiently, returning only relevant code chunks instead of full files. It uses a hybrid of static embeddings, BM25, and a code-optimized reranking stack, all running locally on CPU — no API keys, no GPU, no heavy dependencies.
Installation
Install via uvx:
claude mcp add semble -s user -- uvx --from "semble[mcp]" semble
Once installed, Claude Code can search any repo — local or remote — directly.
Key Details
- Token reduction: Uses ~98% fewer tokens than the typical grep+read approach.
- Performance: Indexes any repo in ~250ms, answers queries in ~1.5ms (all on CPU).
- Quality: Reaches NDCG@10 of 0.854 — 99% of the best transformer hybrid tested, while being ~200x faster.
- Benchmarked against: grepai, probe, colgrep, and other existing methods.
- Open source: Available on GitHub under the MinishLab organization.
Who It's For
Developers using Claude Code on large codebases who want to reduce token burn and latency while getting high-quality code search results without external API calls.
📖 Read the full source: r/ClaudeAI
👀 See Also

McPherson AI releases two new QSR operations skills on ClawHub: food cost diagnostics and labor leak auditing
Two new free skills have been published on ClawHub: qsr-food-cost-diagnostic catches COGS issues weekly with a four-lever diagnostic, and qsr-labor-leak-auditor provides daily labor tracking with mid-week alerts to prevent overspend.

Your Fair Share Tool: Calculate Your Equal Share of Company Profits
A developer built a web tool using Claude Code and Vercel that calculates what your equal share of your employer's annual profits would be based on SEC 10-K filings. The tool shows specific numbers like Apple's $747,000 per employee and NVIDIA's $2.8 million per employee.

Freddy CLI: Connect Health Data to AI Agents via MCP
Freddy publishes an open-source CLI to connect wearable health data (Oura, Polar, Withings, etc.) to AI coding agents via MCP. Commands for OAuth device flow, data querying, and token refresh.

Anamnese: A Portable Memory Layer for Claude and ChatGPT via MCP
Anamnese is a free MCP server that stores memories, tasks, goals, and notes across Claude and ChatGPT, pulling only relevant context into conversations while letting users view, edit, and export their data.