★ 727 stars
Zig
🤖 AI/LLM
Updated 1mo ago
Zig code intelligence server and MCP toolset for AI agents. Fast tree, outline, symbol, search, read, edit, deps, snapshot, and remote GitHub repo queries.
View on GitHub →
Try with Claude — $10 free →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"codedb": {
"command": "npx",
"args": [
"-y",
"justrach/codedb"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add codedb npx -y justrach/codedb
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"codedb": {
"command": "npx",
"args": [
"-y",
"justrach/codedb"
]
}
}
}
📋 Copy
Topics
agentic-ai agents anthropic cursor gemini mcp openai zig