#291 · Primary category: AI Coding Assistants

codedb

agentic-ai agents anthropic cursor gemini mcp openai zig

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

Project last updated:08/29/26

GitHub Stars

1.4K

Forks

84

Contributors

16

License

BSD-3-Clause

Why we included this project

AI coding agents usually hit their limit not on the model side but on how fast they can make sense of a large codebase they've never seen. codedb takes aim at that gap with a lightweight zero-dependency Zig binary that indexes a project on startup and answers structural queries over the Model Context Protocol. About two dozen MCP tools cover symbols, outlines, caller and dependency graphs, trigram and word search, file reading, snapshots, and remote GitHub repos, so an agent can build a working picture of a repo without dragging in a heavyweight editor. The project deliberately avoids becoming an editor itself: it reads and analyzes code but hands editing back to the agent's native tools. That focused scope is a good fit for teams wiring MCP-native assistants to real codebases, whether for local development, automated analysis, or pulling in external repositories.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category