Описание
Staruml — Model Context Protocol server
README
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_diagramget_current_diagram_infoget_all_diagrams_infoget_diagram_image_by_id
Dev
- Clone this repository.
- Build with
npm run build. - Update
claude_desktop_config.jsonin Claude Desktop as below. - Restart Claude Desktop.
{
"mcpServers": {
"staruml-mcp-server": {
"command": "node",
"args": ["<full-path-to>/staruml-mcp-server/build/index.js"]
}
}
}
Установка Staruml
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/staruml/staruml-mcp-serverFAQ
Staruml MCP бесплатный?
Да, Staruml MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Staruml?
Нет, Staruml работает без API-ключей и переменных окружения.
Staruml — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Staruml в Claude Desktop, Claude Code или Cursor?
Открой Staruml на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Staruml with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
