codedb

codedb

Zig-based code intelligence server and MCP toolkit providing fast code trees, symbol search, and more for AI agents.

MCPDevOpen source
Type
MCP
Transport
stdio
Open source
Yes
GitHub Stars
★ 1.3k
Source
mcp-github

Overview

codedb is a Zig-based code intelligence server and MCP toolkit designed for AI agents. It offers fast code tree and outline generation, symbol search and lookup, dependency graph visualization, remote GitHub repository querying, and code snapshots with version tracking—enabling AI agents to better understand and process code. Supports multiple programming languages and can be easily integrated into various AI agents via the MCP protocol. Ideal for developers and teams requiring deep code analysis and processing capabilities.

Capabilities

  • Fast code tree and outline generation
  • Symbol search and lookup
  • Dependency graph generation
  • Remote GitHub repository queries
  • Code snapshots and version tracking

Use cases

Code review and refactoringAutomated code analysisAI-assisted programmingCodebase management and search

Setup

Requires: Node 环境
curl -fsSL https://codedb.codegraff.com/install.sh | bash or npx -y codedeebee mcp

This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.

FAQ

Which programming languages are supported?

Supports Zig, C/C++, Python, TypeScript/JavaScript, Rust, Go, PHP, Ruby, HCL, R, Dart/Flutter, and more.

How do I install and configure it?

Install using the curl command or via npm; see the documentation for detailed steps.

Related skills