Skip to main content
Glama

Version Platform License


🚀 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

  1. Extract the ZIP file to a permanent location (e.g., C:\CodeGraph).

  2. Double-click CodeGraph.exe to start your 30-day trial and generate a structural map for your project.

  3. For detailed MCP integration instructions with Cursor, Claude, and Antigravity, please read the bundled USER_GUIDE.md inside 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.

F
license - not found
-
quality - not tested
A
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

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

  • A
    license
    A
    quality
    C
    maintenance
    An 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.
    5
    12
    1
    MIT
  • F
    license
    -
    quality
    D
    maintenance
    AI-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
  • A
    license
    B
    quality
    D
    maintenance
    Local-first codebase context engine that parses code into a ranked dependency graph and serves it to AI tools via MCP for deep structural understanding.
    5
    8
    1
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Enables 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.
    6
    14
    4
    MIT

View all related MCP servers

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).

View all MCP Connectors

Latest Blog Posts

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