Skip to content

@endiagram/mcp

Free

by MCP Community

MCP server for EN Diagram — deterministic structural analysis backed by named theorems

v0.3.0Added Apr 12, 2026
mcpendiagramstructural-analysisgraph-theorydependency-graph
Works with:ClaudeGPTGeminiCopilot

@endiagram/mcp MCP Server

MCP server for EN Diagram — deterministic structural analysis backed by named theorems

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @endiagram/mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "@endiagram/mcp": {
      "command": "npx",
      "args": ["-y", "@endiagram/mcp"]
    }
  }
}