ProjGraph MCP Server for Grok
io.github.handys11/projgraph
Analyze .NET solutions: Generate Mermaid graphs, ERDs, class diagrams, and project metrics.
client:Grok
transport:stdio
runtime:nuget
Install ProjGraph MCP Server in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"projgraph": {
"type": "stdio",
"command": "dnx",
"args": [
"ProjGraph.Mcp",
"--yes"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs