Skip to content
Cline

ProjGraph MCP Server for Cline

io.github.handys11/projgraph

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

client:Cline transport:stdio runtime:nuget

Install ProjGraph MCP Server in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

ProjGraph MCP Server in other clients