io.github.dushyant30suthar/endiagram-mcp · v0.3.16
EN Diagram — structural verification for concurrent systems. Pure math, no AI.
endiagram-mcp 是一个MCP Server,收录自 官方 MCP Registry。支持 streamable-http、stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"endiagram-mcp": {
"command": "npx",
"args": [
"-y",
"@endiagram/mcp"
]
}
}
}v6.58.2
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
{
"id": "io.github.dushyant30suthar/endiagram-mcp",
"type": "mcp-server",
"version": "0.3.16",
"displayName": "endiagram-mcp",
"description": "EN Diagram — structural verification for concurrent systems. Pure math, no AI.",
"repository": {
"url": "https://github.com/dushyant30suthar/endiagram-mcp",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "@endiagram/mcp",
"version": "0.3.16",
"transport": "stdio"
}
],
"remotes": [
{
"transport": "streamable-http",
"url": "https://api.endiagram.com/mcp"
}
]
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.dushyant30suthar/endiagram-mcp",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.dushyant30suthar%2Fendiagram-mcp/versions/latest",
"isOfficial": true,
"status": "active"
}
}