Serversio.github.HandyS11/projgraph
P

ProjGraph MCP Server

io.github.HandyS11/projgraph · v1.0.2
▦ nuget
v1.0.2nuget nuget: ProjGraph.Mcp↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.HandyS11/projgraph",
  "description": "Analyze .NET solutions: Generate Mermaid graphs, ERDs, class diagrams, and project metrics.",
  "title": "ProjGraph MCP Server",
  "repository": {
    "url": "https://github.com/HandyS11/ProjGraph",
    "source": "github"
  },
  "version": "1.0.2",
  "websiteUrl": "https://handys11.github.io/ProjGraph",
  "packages": [
    {
      "registryType": "nuget",
      "registryBaseUrl": "https://api.nuget.org/v3/index.json",
      "identifier": "ProjGraph.Mcp",
      "version": "1.0.2",
      "transport": {
        "type": "stdio"
      }
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}