MCP ConfigsMay 14, 2026·2 min read

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.

Agent ready

This asset can be read and installed directly by agents

TokRepo exposes a universal CLI command, install contract, metadata JSON, adapter-aware plan, and raw content links so agents can judge fit, risk, and next actions.

Native · 94/100Policy: allow
Agent surface
Any MCP/CLI agent
Kind
Mcp
Install
Curl|Bash
Trust
Trust: Established
Entrypoint
curl -fsSL https://codedb.codegraff.com/install.sh | bash
Universal CLI install command
npx tokrepo install c8c25d86-bfba-5245-bec7-ca87a6e1d826
Intro

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 & Thanks

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

Discussion

Sign in to join the discussion.
No comments yet. Be the first to share your thoughts.

Related Assets