Plantuml Validator
БесплатноНе проверенPlantuml Validator — Model Context Protocol server
Описание
Plantuml Validator — Model Context Protocol server
README
This project is an MCP server for validating Plantuml code.
🏅 Certified by MCPHub
This project is certified by MCPHub.
Tools
ValidatePlantuml
Validates the provided Plantuml message. If valid, it returns "Ok". If invalid, it returns detailed error information, including the error description, the line where the error occurred, and other metadata.

Usage with SSE

1. Run Docker Compose
Run the following command to start the server:
docker compose up -d
2. MCP Configuration in VSCode
"mcp": {
"servers": {
"my-plantuml-mcp-server": {
"type": "sse",
"url": "http://localhost:3000/sse"
}
}
}
Usage with Docker

1. Build and Publish the Container
cd plantuml-mcp-server-stdio
dotnet publish /t:PublishContainer
2. MCP Configuration in VSCode
"mcp": {
"servers": {
"my-plantuml-mcp-server-docker": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"--network=host",
"kwhrkzk/plantuml-validator-mcp-server",
"PlantumlBaseUrl=http://your_plantuml_server/"
],
},
}
}
Установка Plantuml Validator
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/kwhrkzk/plantuml-validator-mcp-serverFAQ
Plantuml Validator MCP бесплатный?
Да, Plantuml Validator MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Plantuml Validator?
Нет, Plantuml Validator работает без API-ключей и переменных окружения.
Plantuml Validator — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Plantuml Validator в Claude Desktop, Claude Code или Cursor?
Открой Plantuml Validator на 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 Plantuml Validator with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
