MCP Directory

semble

by MinishLab · Python · ★ 252

Fast and Accurate Code Search for Agents. Uses ~98% fewer tokens than grep+read

#agents#code-search#embeddings#mcp#mcp-server#model-context-protocol#retrieval

Install

pip install git+https://github.com/MinishLab/semble.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "semble": {
      "command": "uvx",
      "args": [
        "git+https://github.com/MinishLab/semble.git"
      ]
    }
  }
}

From the README

Fast and Accurate Code Search for Agents Uses ~98% fewer tokens than grep+read [Quickstart](#quickstart) • [Main Features](#main-features) • [MCP Server](#mcp-server) • [How it works](#how-it-works) • [Benchmarks](#benchmarks) Semble is a code search library built for agents. It returns the exact code snippets they need instantly, using ~98% fewer tokens than grep+read and cutting latency on every step. Indexing and searching a full codebase end-to-end takes under a second, with ~200x faster indexing and ~10x faster queries than a code-speciali…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers