Skip to content
Cursor

ProjGraph MCP Server for Cursor

io.github.handys11/projgraph

Analyze .NET solutions: Generate Mermaid graphs, ERDs, class diagrams, and project metrics.

client:Cursor transport:stdio runtime:nuget

Install ProjGraph MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "projgraph": {
      "type": "stdio",
      "command": "dnx",
      "args": [
        "ProjGraph.Mcp",
        "--yes"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ProjGraph MCP Server in other clients