Skip to content
Zed

ProjGraph MCP Server for Zed

io.github.handys11/projgraph

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

client:Zed transport:stdio runtime:nuget

Install ProjGraph MCP Server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

ProjGraph MCP Server in other clients