
Codescope
Supports UIby onur-gokyildiz-bhi
Graph-first code intelligence engine providing deterministic, high-speed navigation and impact analysis for AI coding assistants.
What it does
Codescope is a high-performance code intelligence layer that replaces traditional embedding-based RAG with a knowledge graph. Instead of guessing relevance via vector similarity, it parses code into a structural graph of functions, calls, and type hierarchies, allowing AI agents to traverse code deterministically and with minimal token overhead.
Tools
impact_analysis: Calculate the transitive blast radius of a change across the codebase.find_callers/find_callees: Traverse the 1-hop call graph to find dependencies.search: Perform fuzzy, exact, or neighborhood searches across files and types.type_hierarchy: Map out inheritance and implementation chains.knowledge: Manage project-level memory and Architecture Decision Records (ADRs).code_health: Identify hotspots, churn, and coupling issues.sandbox_run: Execute Python, Node, or Bash snippets in a secure subprocess.
Installation
Run the following command to install the binary:
curl -fsSL https://raw.githubusercontent.com/onur-gokyildiz-bhi/codescope/main/install.sh | bash
Then initialize your project:
codescope init
Claude Desktop Configuration:
{
"mcpServers": {
"codescope": {
"command": "codescope",
"args": ["mcp"]
}
}
}
Supported hosts
Confirmed for Claude Code, Cursor, Codex, Zed, and VS Code.
Quick install
curl -fsSL https://raw.githubusercontent.com/onur-gokyildiz-bhi/codescope/main/install.sh | bashInformation
- Pricing
- free
- Published
- 5/21/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
zed
Use `codescope lsp` or the MCP interface in settings.jsonCodex
Run `codescope init --agent codex` to update config.tomlCursor
Run `codescope init --agent cursor` to update .cursor/mcp.jsonClaude Desktop
Add "codescope" to mcpServers with args ["mcp"]VS Code Copilot
Run `codescope init --agent vscode-copilot` to update .vscode/mcp.json





