Skip to main content
Glama

UML-MCP Server

Dockerfile413 B
# Generated by https://smithery.ai. See: https://smithery.ai/docs/config#dockerfile FROM python:3.10-slim # Set working directory WORKDIR /app # Copy requirements and source files COPY requirements.txt ./ COPY . . # Install dependencies RUN pip install --no-cache-dir -r requirements.txt # Expose port if necessary (optional) # EXPOSE 8000 # Command to run the MCP server CMD ["python", "uml_mcp_server.py"]

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