Skip to content
Claude Desktop

ProjGraph MCP Server for Claude Desktop

io.github.handys11/projgraph

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

client:Claude Desktop transport:stdio runtime:nuget

Install ProjGraph MCP Server in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

ProjGraph MCP Server in other clients