Enables creating diagrams or generating code from diagrams in StarUML via prompts.
| Tool name | Description | Destructive? |
|---|---|---|
| generate_diagram | ✓ no | |
| get_all_diagrams_info | ✓ no | |
| get_current_diagram_info | ✓ no | |
| get_diagram_image_by_id | ✓ no |
{
"mcpServers": {
"staruml": {
"command": "npx",
"args": [
"-y",
"staruml-mcp-server"
]
}
}
}