Code Intelligence MCP Server DeusData released Code Intelligence MCP Server, a code intelligence engine that indexes repositories in milliseconds and the Linux kernel in 3 minutes, providing structural queries in under 1ms via a single static binary for macOS, Linux, and Windows. The tool uses tree-sitter AST analysis and hybrid LSP resolution across 158 languages, offering 14 MCP tools and achieving 83% answer quality with 10x fewer tokens in benchmarks. The fastest and most efficient code intelligence engine for AI coding agents. Full-indexes an average repository in milliseconds, the Linux kernel 28M LOC, 75K files in 3 minutes. Answers structural queries in under 1ms. Ships as a single static binary for macOS, Linux, and Windows — download, run install , done. High-quality parsing through tree-sitter https://tree-sitter.github.io/tree-sitter/ AST analysis across all 158 languages, enhanced with Hybrid LSP semantic type resolution hybrid-lsp for Python, TypeScript / JavaScript / JSX / TSX, PHP, C , Go, C, C++, Java, Kotlin, and Rust — producing a persistent knowledge graph of functions, classes, call chains, HTTP routes, and cross-service links. 14 MCP tools. Zero dependencies. Plug and play across 11 coding agents. Research— The design and benchmarks behind this project are described in the preprint arXiv:2603.27277 . Evaluated across 31 real-world repositories: 83% answer quality, 10× fewer tokens, 2.1× fewer tool calls vs. file-by-file exploration. Codebase-Memory: Tree-Sitter-Based Knowledge Graphs for LLM Code Exploration via MCP Security & Trust— This tool reads your codebase and writes to your agent configuration files. That is what it is designed to do. If you prefer to audit before running, the full source is here — every release binary is signed, checksummed, and scanned by 70+ antivirus engines. All processing happens 100% locally; your code never leaves your machine. Found a security issue? We want to know — see SECURITY.md . Security is Priority 1 for us. /DeusData/codebase-memory-mcp/blob/main/docs/graph-ui-screenshot.png Built-in 3D graph visualization UI variant — explore your knowledge graph at localhost:9749 Extreme indexing speed — Linux kernel 28M LOC, 75K files in 3 minutes. RAM-first pipeline: LZ4 compression, in-memory SQLite, fused Aho-Corasick pattern matching. Memory released after indexing. Plug and play — single static binary for macOS arm64/amd64 , Linux arm64/amd64 , and Windows amd64 . No Docker, no runtime dependencies, no API keys. Download → install → restart agent → done. 158 languages — vendored tree-sitter grammars compiled into the binary. Nothing to install, nothing that breaks. 120x fewer tokens — 5 structural queries: ~3,400 tokens vs ~412,000 via file-by-file search. One graph query replaces dozens of grep/read cycles. 11 agents, one command — install auto-detects Claude Code, Codex CLI, Gemini CLI, Zed, OpenCode, Antigravity, Aider, KiloCode, VS Code, OpenClaw, and Kiro — configures MCP entries, instruction files, and pre-tool hooks for each. Built-in graph visualization — 3D interactive UI at localhost:9749 optional UI binary variant . Infrastructure-as-code indexing — Dockerfiles, Kubernetes manifests, and Kustomize overlays indexed as graph nodes with cross-references. Resource nodes for K8s kinds, Module nodes for Kustomize overlays with IMPORTS edges to referenced resources. 14 MCP tools — search, trace, architecture, impact analysis, Cypher queries, dead code detection, cross-service HTTP linking, ADR management, and more. One-line install macOS / Linux : curl -fsSL https://raw.githubusercontent.com/DeusData/codebase-memory-mcp/main/install.sh | bash With graph visualization UI: curl -fsSL https://raw.githubusercontent.com/DeusData/codebase-memory-mcp/main/install.sh | bash -s -- --ui Windows PowerShell : 1. Download the installer Invoke-WebRequest -Uri https://raw.githubusercontent.com/DeusData/codebase-memory-mcp/main/install.ps1 -OutFile install.ps1 2. Optional but recommended Inspect the script notepad install.ps1 3. Run it .\install.ps1 Options: --ui graph visualization , --skip-config binary only, no agent setup , --dir=