MCP.so
Sign In
Servers

Codegraphx (cgx)

@techcraze00

CodeGraphX (CGX) — a local, token-efficient codebase graph engine & MCP server for AI coding agents. Tree-sitter parsing, a bi-temporal SQLite semantic graph, O(1) symbol lookup, and impact/blast-radius tracing so agents answer 'what breaks if I change this?' in a few hundred tok

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "codegraphx": {
      "description": "CodeGraphX MCP server for codebase intelligence. Enables AI assistants to query indexed source code, analyze dependencies, trace symbol impact, verify implementation tasks, inspect repository changes, and navigate large codebases without expensive file scanning.",
      "command": "npx",
      "args": [
        "-y",
        "-p",
        "codegraphx",
        "cgx-mcp"
      ]
    }
  }
}

More from Other