endiagram-mcp MCP Server
dushyant30suthar/endiagram-mcp
MCP server for EN Diagram — structural analysis for any system. Install: npx @endiagram/mcp
claude mcp add agentrank -- npx -y agentrank-mcp-server Overview
dushyant30suthar/endiagram-mcp is a JavaScript MCP server licensed under MIT. MCP server for EN Diagram — structural analysis for any system. Install: npx @endiagram/mcp
Ranked #10 out of 100 indexed tools.
In the top 10% of all indexed tools.
Actively maintained with commits in the last week.
Ecosystem
Score Breakdown
1 stars → early stage
Last commit 1d ago → actively maintained
No issues filed → no history to score
3 contributors → small team
No dependents → no downstream usage
Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →
How to Improve
Matched Queries
From the README
# @endiagram/mcp
MCP server for [EN Diagram](https://endiagram.com) — structural analysis powered by deterministic graph algorithms.
Write your system in plain text. Get back structural facts: bottlenecks, blast radius, flow landmarks, concurrency groups, and more. No AI inside the computation — every result is deterministic.
## Installation
Run directly:
```bash
npx @endiagram/mcp
```
Or install globally:
```bash
npm install -g @endiagram/mcp
```
## Configuration
### Claude Desktop
Add to your `claude_desktop_config.json`:
```json
{
"mcpServers": {
"en-diagram": {
"command": "npx",
"args": ["@endiagram/mcp"]
}
}
}
```
### Claude Code
```bash
claude mcp add en-diagram npx @endiagram/mcp
```
## Environment Variables
| Variable | Default | Description |
|----------|---------|-------------|
| `EN_API_URL` | `https://api.endiagram.com` | API endpoint for the EN Diagram service |
## Tools
| Tool | Description |
|------|-------------|
| `analyze_syste Read full README on GitHub → Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.