OpenDia
Provides OpenDia diagram creation capabilities through a lightweight web server with WebSocket support and HTTP API endpoints for real-time collaborative diagram generation and editing.
Featured
View Source1446 stars
0 tools
Created Aug 2025
@aaronjmars/aaronjmars-opendiaAbout
Provides OpenDia diagram creation capabilities through a lightweight web server with WebSocket support and HTTP API endpoints for real-time collaborative diagram generation and editing.
Categories
general
Installation
npm
npm install @aaronjmars/aaronjmars-opendia
Configuration
{
"mcpServers": {
"aaronjmars-opendia": {
"command": "npx",
"args": [
"-y",
"@aaronjmars/aaronjmars-opendia"
]
}
}
}