mcpbeat Sign in

CGIS Code Graph MCP Server

local only

CGIS Code Graph runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 18 Sep 2026.

Code graph for AI agents: impact analysis and call tracing for Python and TypeScript.

Installs / week
pypi · codegraph-brain
1
Stars
37 open issues
18 Sep 2026
Last commit
no recent releases
MIT
License
Python

Nothing serious here today

Today is the operative word: we check CGIS Code Graph every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add codegraph-brain -- uvx codegraph-brain
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "codegraph-brain": {
      "args": [
        "codegraph-brain"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.codegraph-brain]
command = "uvx"
args = ["codegraph-brain"]
.cursor/mcp.json
{
  "mcpServers": {
    "codegraph-brain": {
      "args": [
        "codegraph-brain"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "codegraph-brain": {
      "args": [
        "codegraph-brain"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to CGIS Code Graph

same job, measured the same way
Syke
by khalomsky

AI code impact analysis — dependency graphs, cascade detection, and build gates for AI agents

162 installs/wk local only
Brain Scanner
by kevin-lozada-santos

Codebase graphs, caller impact analysis, and recorded project context for AI coding agents.

answering
Sonde
by anishmoncivarghese

Local code graph for TypeScript, Python and Swift: who calls this, what breaks if I change it.

70 installs/wk local only
Codecanvas
by donggyun112

Python code intelligence for coding agents: call paths, control flow, and change impact.

539 installs/wk local only
MCP Server Analyzer
by anselmoo

MCP server for Python, JavaScript, and TypeScript code analysis with Ruff, ty, Vulture, and Biome

590 installs/wk local only
Lachesis
by unboundcompute

Compiler-precise code property graph for C, Python, and TypeScript, navigable over MCP.

2 241 installs/wk local only
ArchGraph
by archgraph

Code intelligence platform for AI agents. 20 tools for architecture, security & impact analysis.

answering
pyscn
by ludo-technologies

Python code analysis for AI agents: complexity, dead code, clones, coupling, and a health score.

1 399 installs/wk local only

CGIS Code Graph — questions

Answers built from our own checks of this server.

Why is there no uptime for CGIS Code Graph?
CGIS Code Graph runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package codegraph-brain.
How do I connect CGIS Code Graph?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls codegraph-brain straight from pypi; nothing to host, nothing to sign up for.
Is CGIS Code Graph open source?
Yes — it is published under the MIT licence, written in Python, 1 stars on GitHub and 37 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.