MCP Directory

codedb

by justrach · Zig · ★ 1,338

Zig code intelligence server and MCP toolset for AI agents. Fast tree, outline, symbol, search, read, edit, deps, snapshot, and remote GitHub repo queries.

#agentic-ai#agents#anthropic#cursor#gemini#mcp#openai#zig

Install

git clone https://github.com/justrach/codedb.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "codedb": {
      "command": "npx",
      "args": [
        "-y",
        "github:justrach/codedb"
      ]
    }
  }
}

From the README

codedb Code intelligence server for AI agents. Zig core. MCP native. Zero dependencies. Structural indexing · Trigram search · Word index · Dependency graph · File watching · MCP + HTTP A context engine, not an editor. codedb helps agents find and understand code — search, symbols, callers, dependencies, outlines — and hands editing back to your native tools. codedb_edit is only a fallback. Status · Install · Quick Start · MCP Tools · Benchmarks · Architecture · Data & Privacy · Building -----------------------------------------------------|----------------------------…
Read full README on GitHub →

Related developer tools servers