CodeGraph MCP
🚀 Overview
CodeGraph MCP is a powerful standalone tool that parses your entire C/C++ codebase into a semantic knowledge graph and seamlessly exposes it to AI coding assistants via the Model Context Protocol (MCP).
By providing AI (like Claude Desktop, Cursor, or Google Antigravity) with a structural map of your project—including caller/callee relationships, file dependencies, and dynamic function definitions—CodeGraph dramatically reduces AI hallucinations and improves the accuracy of codebase-wide refactoring.
Related MCP server: NOMIK
⚡ Breakthrough Performance (v1.0.0 Commercial)
The new architecture replaces the legacy Python AST with optimized C++ binaries, unlocking unprecedented power:
Benchmark Metric | Real-world Result | The Difference |
Scan Speed (760+ files) | < 1.2 seconds | 10x faster than legacy AST. Near-zero latency parsing. |
Tracing Accuracy | 100% Deterministic | No probabilistic guessing (unlike Vector search). 100% accurate Call & Inherit tracking. |
RAM Consumption | ~12 MB RAM | Extremely lightweight. No background Database or Vector Store required. |
Source Code Security | 100% Offline | Your code never leaves your machine. The tool itself is protected by PyArmor anti-tampering. |
🌟 Advantages
🎯 Impact Analysis: Before the AI edits Function A, CodeGraph traces 3 levels deep to warn the AI: "Watch out! Changing this will break Class B in file X and Test C in file Y".
📦 Context Packing: Automatically calculates dependencies around your editing point and packs them perfectly into the Token limit. Stop dumping garbage into your prompt.
🕸️ Obsidian-style Graph View: Renders your architecture into a highly interactive HTML5 canvas. Observe thousands of file connections with just a scroll of your mouse.
🔌 Plug-and-Play (MCP): Standardized as a native MCP Server. Works instantly out-of-the-box with Cursor, Windsurf, or Claude Desktop.
📥 Download & Installation
You can download the latest official release directly from GitHub:
👉 Download CodeGraph v1.0.0 (30-Day Free Trial)
📖 Setup Instructions
Extract the ZIP file to a permanent location (e.g.,
C:\CodeGraph).Double-click
CodeGraph.exeto start your 30-day trial and generate a structural map for your project.For detailed MCP integration instructions with Cursor, Claude, and Antigravity, please read the bundled
USER_GUIDE.mdinside the ZIP file.
🛒 Licensing
CodeGraph comes with a fully functional 30-day free trial.
After the trial expires, you can purchase a permanent license key to continue using the software: 👉 Buy License Key on Lemon Squeezy ($15)
(One license supports up to 2 devices simultaneously).
🌐 Website
Visit our official landing page for more information and interactive demos: 👉 CodeGraph Official Website
© 2026 CodeGraph. All rights reserved.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceAn MCP server and CLI tool that transforms codebases into AI-ready context through semantic search, call graph analysis, and incremental indexing. It enables AI assistants to perform hybrid vector and keyword searches to understand complex repository structures and cross-file relationships.5121MIT
- Flicense-qualityDmaintenanceAI-native code intelligence graph that builds a persistent knowledge graph of your codebase in Neo4j and exposes it to AI assistants via MCP, enabling contextual code analysis, impact analysis, and dependency tracking.21
- AlicenseBqualityDmaintenanceLocal-first codebase context engine that parses code into a ranked dependency graph and serves it to AI tools via MCP for deep structural understanding.581MIT
- AlicenseAqualityAmaintenanceEnables AI coding assistants to understand codebase architecture in real time by parsing source code into a relationship graph and exposing call chains, dependencies, class hierarchies, and conventions via MCP tools.6144MIT
Related MCP Connectors
User-owned memory for AI agents, Copilot, Claude, IDEs, CLIs, and chat apps over remote MCP.
A paid remote MCP for code graph MCP for AI coding, built to return verdicts, receipts, usage logs,
AI Agent with Architectural Memory. Impact analysis (free), tests and code from the graph (pro).
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nguyenhungtran18/CodeGraph-Release'
If you have feedback or need assistance with the MCP directory API, please join our Discord server