mcp-code-graph

JudiniLabs/mcp-code-graph
★ 384 stars JavaScript 🤖 AI/LLM Updated 1mo ago
MCP Server for code graph analysis and visualization by CodeGPT
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-code-graph": {
      "command": "npx",
      "args": [
        "-y",
        "JudiniLabs/mcp-code-graph"
      ]
    }
  }
}