Cette page est affichée en anglais. Une traduction française est en cours.
MCP ConfigsMay 14, 2026·2 min de lecture

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.

MCP Hub
MCP Hub · Community
Prêt pour agents

Cet actif peut être lu et installé directement par les agents

TokRepo expose une commande CLI universelle, un contrat d'installation, le metadata JSON, un plan selon l'adaptateur et le contenu raw pour aider les agents à juger l'adaptation, le risque et les prochaines actions.

Native · 94/100Policy : autoriser
Surface agent
Tout agent MCP/CLI
Type
Mcp
Installation
Curl|Bash
Confiance
Confiance : Established
Point d'entrée
curl -fsSL https://codedb.codegraff.com/install.sh | bash
Commande CLI universelle
npx tokrepo install c8c25d86-bfba-5245-bec7-ca87a6e1d826
Introduction

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.
🙏

Source et remerciements

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

Fil de discussion

Connectez-vous pour rejoindre la discussion.
Aucun commentaire pour l'instant. Soyez le premier à partager votre avis.

Actifs similaires