MCP Server
MCP
io.github.ezrabrilliant/staruml-mcp
MCP server for StarUML — generate UML diagrams from AI agents via stdio or HTTP.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"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"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment