Skip to main content
Glama

UML-MCP Server

docker-compose.yml352 B
services: uml-mcp-server: build: . # 使用当前目录下的 Dockerfile 构建 image: uml-mcp-server # 镜像名称 container_name: uml-mcp-server # 👈 显式指定容器名 ports: - "8001:8001" # 宿主机8001 → 容器8000 restart: unless-stopped # 可选:自动重启策略

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Swayingleaves/uml-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server