Home › Development › endiagram-mcp

endiagram-mcp

EN Diagram — structural verification for concurrent systems. Pure math, no AI.

TypeScript Cloud Remote
★ 8 stars Last pushed 2026-04-21 License: MIT

Topics: Developer Tools

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://api.endiagram.com/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http endiagram-mcp https://api.endiagram.com/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "endiagram-mcp": {
      "url": "https://api.endiagram.com/mcp"
    }
  }
}

Package (npm 0.3.16)

npx -y @endiagram/mcp@0.3.16

Or add to your MCP client config:

{
  "mcpServers": {
    "endiagram-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@endiagram/mcp@0.3.16"
      ]
    }
  }
}

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry