MCP DeepGraph

ModelContextProtocol DeepGraph MCP

An automatic MCP server for every GitHub repo

Repo URL

config.json
{
  "mcpServers": {
    "{{mcpname}}":{
      "command": "npx",
      "args": [
        "-y",
        "mcp-code-graph@latest",
        "{{reponame}}"
      ]
    }
  }
}