codegraph is a local-first code context engine and MCP server for repositories. It incrementally indexes source code into a lightweight SQLite graph, then exposes high-signal tools for symbol lookup, call graph traversal, impact analysis, related test discovery, and semantic search. Built in Go with a single-binary workflow, it is designed to work
View on GitHub →
🔍 Audit Wallet Slippage →
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": {
"codegraph": {
"command": "go",
"args": [
"run",
"github.com/isink17/codegraph@latest"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add codegraph go run github.com/isink17/codegraph@latest
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"codegraph": {
"command": "go",
"args": [
"run",
"github.com/isink17/codegraph@latest"
]
}
}
}
📋 Copy
README Excerpt
<p align="center"> <img src="docs/banner.svg" alt="codegraph" width="100%"/> </p> <p align="center"> <a href="https://github.com/isink17/codegraph/releases/latest"><img src="https://img.shields.io/github/v/release/isink17/codegraph?color=00ff88&style=flat-square&label=release" alt="Latest Release"/></a>
Tools (20)
agentic_query architecture_overview benchmark_tokens context_for_task cross_language_links detect_frameworks find_callees find_callers find_dead_code find_related_tests find_symbol get_impact_radius graph_analytics graph_stats index_repo latest_scan_errors list_files list_repos list_scans search_semantic
Topics
ai-coding-assistant ast call-graph claude-code code-analysis code-graph code-indexer code-intelligence code-search context-window cursor developer-tools golang llm mcp