Esta página se muestra en inglés. Una traducción al español está en curso.
MCP ConfigsMay 12, 2026·2 min de lectura

Semble — Code Search for Agents (MCP + CLI)

Semble is an agent-first code search CLI/MCP that returns only relevant chunks, using ~98% fewer tokens than grep+read and tracking savings locally.

Listo para agents

Staging seguro para este activo

Este activo primero queda en staging. El prompt copiado pide inspeccionar los archivos staged antes de activar scripts, config MCP o config global.

Stage only · 17/100Política: staging
Superficie agent
Cualquier agent MCP/CLI
Tipo
Mcp Config
Instalación
Stage only
Confianza
Confianza: Established
Entrada
Asset
Comando de staging seguro
npx -y tokrepo@latest install 19bb6bc0-1824-5ccc-8405-45c670801fd1 --target codex

Primero deja archivos en staging; la activación requiere revisar el README y el plan staged.

Introducción

Semble is an agent-first code search CLI/MCP that returns only relevant chunks, using ~98% fewer tokens than grep+read and tracking savings locally.

  • Best for: agents and devs who need fast, token-light code discovery across large repos
  • Works with: Python; CLI + optional MCP integration; Claude Code/Codex/Cursor via shell or MCP client
  • Setup time: 5–15 minutes

Practical Notes

  • Quant: the README headline says it uses ~98% fewer tokens than grep+read on average.
  • Quant: the sample savings table shows ~58.4k tokens saved (95%) “Today” and ~1.2M tokens (89%) “All time”.

Main

Two reliable integration patterns:

  1. CLI-first: use semble search to get narrow chunks, then open full files only when needed.
  2. Agent workflows: copy the README’s “Code Search” snippet into AGENTS.md so agents consistently prefer Semble over full-file reads.

If you run Semble as MCP, keep your token budget stable: the agent should query Semble for candidates, then request full files only for the final few hits.

FAQ

Q: Do I need an API key or GPU? A: No—README describes CPU-only local runs with no external services required.

Q: How do I measure impact? A: Use semble savings and compare before/after over a week of real work.

Q: When does grep still matter? A: Exact string checks and exhaustive literal matches; Semble is for fast semantic discovery.

🙏

Fuente y agradecimientos

Source: https://github.com/MinishLab/semble > License: MIT > GitHub stars: 794 · forks: 61

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados