Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

StarUML Server

БесплатноНе проверен

Enables creating diagrams or generating code from diagrams in StarUML via prompts.

GitHubEmbed

Описание

Enables creating diagrams or generating code from diagrams in StarUML via prompts.

README

smithery badge

StarUML MCP Server

StarUML is a sophisticated modeler for agile and concise modeling. StarUML MCP Server enables you to create diagrams or generate codes from diagrams in StarUML via prompts.

Setup

Prerequisite:

Set up claude_desktop_config.json in Claude Desktop as follows:

{
  "mcpServers": {
    "staruml-mcp-server": {
      "command": "npx",
      "args": ["-y", "staruml-mcp-server"]
    }
  }
}

You can use the --api-port=<port> option to change the API server port for StarUML.

Example Prompts

  • "Create a class diagram for book store in StarUML"
  • "Create a sequence diagram for OAuth authentication in StarUML"
  • "Generate SQL DDL from the current ERD diagram in StarUML"

Tools

  • generate_diagram
  • get_current_diagram_info
  • get_all_diagrams_info
  • get_diagram_image_by_id

Dev

  1. Clone this repository.
  2. Build with npm run build.
  3. Update claude_desktop_config.json in Claude Desktop as below.
  4. Restart Claude Desktop.
{
  "mcpServers": {
    "staruml-mcp-server": {
      "command": "node",
      "args": ["<full-path-to>/staruml-mcp-server/build/index.js"]
    }
  }
}

from github.com/staruml/staruml-mcp-server

Установить StarUML Server в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install staruml-mcp-server

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

claude mcp add staruml-mcp-server -- npx -y staruml-mcp-server

FAQ

StarUML Server MCP бесплатный?

Да, StarUML Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для StarUML Server?

Нет, StarUML Server работает без API-ключей и переменных окружения.

StarUML Server — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить StarUML Server в Claude Desktop, Claude Code или Cursor?

Открой StarUML Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare StarUML Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development