Enables automatic generation of UML class diagrams and entity-relationship diagrams from natural language descriptions or structured JSON data. It integrates with MCP agents to create visual representations of code structures and system designs without manual Mermaid coding.
{
"mcpServers": {
"diagrams-1": {
"command": "npx",
"args": [
"-y",
"diagram-mcp"
]
}
}
}