13 deterministic graph tools for structural analysis. No AI inside the computation.
{
"mcpServers": {
"io-github-dushyant30suthar-endiagram-mcp": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
13 deterministic graph tools for structural analysis. No AI inside the computation.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 2 days ago. 4 stars.
Will it work with my client?
Transport: . Compatibility not confirmed.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Persistent memory using a knowledge graph
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
Pre-build reality check. Scans GitHub, HN, npm, PyPI, Product Hunt — returns 0-100 signal.
Monitor browser logs directly from Cursor and other MCP compatible IDEs.
MCP Security Weekly
Get CVE alerts and security updates for io.github.dushyant30suthar/endiagram-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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.
Run directly:
npx @endiagram/mcp
Or install globally:
npm install -g @endiagram/mcp
claude mcp add endiagram npx @endiagram/mcp
Add to your claude_desktop_config.json:
{
"mcpServers": {
"endiagram": {
"command": "npx",
"args": ["@endiagram/mcp"]
}
}
}
Add to .cursor/mcp.json in your project root:
{
"mcpServers": {
"endiagram": {
"command": "npx",
"args": ["@endiagram/mcp"]
}
}
}
Any MCP client that supports HTTP transport:
https://api.endiagram.com/mcp
smithery mcp add dushyant30suthar/endiagram
| Variable | Default | Description |
|----------|---------|-------------|
| EN_API_URL | https://api.endiagram.com | API endpoint for the EN Diagram service |
| Tool | Description |
|------|-------------|
| structure | Topology, bridges, bottlenecks, parallelism, critical path, dominator tree, subsystems |
| invariant | Conservation laws, deadlock detection, boundedness, structural complexity |
| live | Liveness analysis — can resources drain permanently? Can queues overflow? |
| reachable | Path tracing between any two points — distance, intermediaries, defense coverage |
| equivalent | Compare two systems or simulate a change — what breaks, what shifts |
| compose | Extract or merge subsystems — interface boundaries, shared resources |
| render | SVG diagram of the system |
One statement per line:
actor do: action needs: input1, input2 yields: output1, output2
Shared names between yields and needs create connections automatically:
customer do: place order needs: menu yields: order
kitchen do: prepare food needs: order yields: meal
waiter do: deliver needs: meal yields: served customer
Learn more at endiagram.com.
MIT