@endiagram/mcp
MCP server for EN Diagram — deterministic structural analysis powered by graph theory. Every result is backed by a named mathematical theorem. No AI inside the computation.
Installation
Run directly:
npx @endiagram/mcpOr install globally:
npm install -g @endiagram/mcpConnect
Claude Code
claude mcp add endiagram npx @endiagram/mcpClaude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"endiagram": {
"command": "npx",
"args": ["@endiagram/mcp"]
}
}
}Cursor
Add to .cursor/mcp.json in your project root:
{
"mcpServers": {
"endiagram": {
"command": "npx",
"args": ["@endiagram/mcp"]
}
}
}HTTP (zero install)
Any MCP client that supports HTTP transport:
https://api.endiagram.com/mcpSmithery
smithery mcp add dushyant30suthar/endiagramEnvironment Variables
| Variable | Default | Description |
|---|---|---|
EN_API_URL |
https://api.endiagram.com |
API endpoint for the EN Diagram service |






