DEV Community

zhangchenlai-dev
zhangchenlai-dev

Posted on

Semble Cloud — Add semantic code search to Claude Code in one line

I wrapped the open-source Semble semantic search engine into
a zero-friction MCP endpoint that Claude Code can use in one line:

claude mcp add semble-cloud -- https://b2factor.store/semble/sse

No setup. No API keys. No config. Instantly search any GitHub
repo by meaning, not by grep.


How it works:

  1. Point it at any public GitHub repo
  2. Ask "where is the auth middleware implemented?"
  3. Claude Code returns the exact file:line with context

Free tier: 3 repos, 100 queries/day
Pro: unlimited everything (coming soon)


Stack: Python + FastMCP + SembleIndex + SQLite
Repo: Built on the open-source Semble semantic search engine
Try it: https://b2factor.store/semble/landing/

Feedback welcome! 👋

Top comments (0)