io.github.ezrabrilliant/staruml-mcp✓
io.github.ezrabrilliant/staruml-mcp · v0.2.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.ezrabrilliant/staruml-mcp",
"description": "MCP server for StarUML — generate UML diagrams from AI agents via stdio or HTTP.",
"repository": {
"url": "https://github.com/ezrabrilliant/staruml-mcp",
"source": "github"
},
"version": "0.2.0",
"packages": [
{
"registryType": "npm",
"identifier": "staruml-mcp",
"version": "0.2.0",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"description": "StarUML API Server port (default: 58321)",
"format": "number",
"value": "58321",
"type": "named",
"name": "--api-port"
},
{
"description": "StarUML API Server host (default: http://localhost)",
"format": "string",
"value": "http://localhost",
"type": "named",
"name": "--api-host"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}