← Back to Plugins
MCP Server MCP

io.github.ezrabrilliant/staruml-mcp

github By github 👁 1 views ▲ 0 votes

MCP server for StarUML — generate UML diagrams from AI agents via stdio or HTTP.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...