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

Claude Context — Semantic Code Search MCP

Claude Context is an MCP server for semantic code search, so agents can retrieve relevant code without stuffing whole folders into the prompt.

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 41a2e328-c9de-48b2-aa9b-94cccdc198c0 --target codex

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

Introducción

Claude Context is an MCP server for semantic code search, so agents can retrieve relevant code without stuffing whole folders into the prompt.

  • Best for: Teams with medium/large codebases who want retrieval-first context for agents
  • Works with: Claude Code MCP; runs via npx @zilliz/claude-context-mcp@latest with env vars
  • Setup time: 15 minutes

Practical Notes

  • Setup time ~15 minutes (configure env + add MCP server + index once)
  • Measurable check: 1 indexed codebase + successful search_code results
  • GitHub stars + forks (verified): see Source & Thanks

This is a good fit when you find yourself doing expensive “context stuffing”:

  • Instead of pasting directories, index once and retrieve by query.
  • Prefer a repeatable workflow: index → search → cite code locations.
  • Keep the search layer separate from generation so you can swap models without re-indexing.

Operationally, start with one repo and one embedding provider, then expand once the team trusts retrieval quality.

FAQ

Q: Do I need Node.js? A: Yes — the README lists Node.js 20+ for the MCP server run via npx.

Q: What credentials are required? A: You configure env vars for embeddings and your vector DB endpoint/token as documented.

Q: Where do I use it? A: Add it as an MCP server to Claude Code (or another MCP-capable client).

🙏

Fuente y agradecimientos

Source: https://github.com/zilliztech/claude-context > License: MIT > GitHub stars: 10,953 · forks: 822

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