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

codedb — MCP-Native Code Intelligence Server

Zig-powered code intelligence server with 16 MCP tools + HTTP/CLI for indexing, search, and dep graphs; verified 797★, pushed 2026-05-12.

Listo para agents

Este activo puede ser leído e instalado directamente por agents

TokRepo expone un comando CLI universal, contrato de instalación, metadata JSON, plan según adaptador y contenido raw para que los agents evalúen compatibilidad, riesgo y próximos pasos.

Native · 94/100Política: permitir
Superficie agent
Cualquier agent MCP/CLI
Tipo
Mcp
Instalación
Curl|Bash
Confianza
Confianza: Established
Entrada
curl -fsSL https://codedb.codegraff.com/install.sh | bash
Comando CLI universal
npx tokrepo install c8c25d86-bfba-5245-bec7-ca87a6e1d826
Introducción

Zig-powered code intelligence server with 16 MCP tools + HTTP/CLI for indexing, search, and dep graphs; verified 797★, pushed 2026-05-12.

Best for: Agents that need fast repo-wide search, outline, and dependency context without scanning files every turn

Works with: macOS/Linux; installs via install.sh and registers as an MCP server for Claude Code/Codex/Gemini/Cursor (per README)

Setup time: 10-22 minutes

Key facts (verified)

  • GitHub: 797 stars · 52 forks · pushed 2026-05-12.
  • License: BSD-3-Clause · owner avatar + repo URL verified via GitHub API.
  • README-backed entrypoint: curl -fsSL https://codedb.codegraff.com/install.sh | bash.

Main

  • Index once, query many: use codedb mcp <repo> so agents can ask for outlines/search/dep graphs without repeated full scans.

  • Keep privacy boundaries: README mentions sensitive file blocking (e.g., .env); still review what you index on shared machines.

  • Use HTTP mode for debugging and MCP stdio for production agent use—keep the tool surface consistent.

  • Prefer structural tools over raw grep: outlines and dependency graphs often answer “where is this used?” faster than text search.

Source-backed notes

  • README describes a Zig core with MCP-native support and lists 16 MCP tools for codebase intelligence.
  • README install is a one-liner install.sh that auto-registers the MCP server for multiple AI CLIs.
  • README shows quick start for MCP (codedb mcp) and HTTP server (codedb serve).

FAQ

  • Do I need to build from source?: No — README provides a one-line installer that downloads release binaries and configures MCP.
  • Is it safe for secrets?: README mentions sensitive file blocking, but you should still avoid indexing secret-heavy folders.
  • How do agents use it?: Run codedb mcp <repo> and then call MCP tools for search/outline/graph from your MCP client.
🙏

Fuente y agradecimientos

Source: https://github.com/justrach/codedb > License: BSD-3-Clause > GitHub stars: 797 · forks: 52

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