Skip to main content
Glama

SVG to PNG MCP Server

by longbowzz
Dockerfile554 B
# Generated by https://smithery.ai. See: https://smithery.ai/docs/build/project-config FROM python:3.11-slim # Install CairoSVG dependencies RUN apt-get update && apt-get install -y \ libcairo2 \ libpango1.0-0 \ libgdk-pixbuf2.0-0 \ libffi-dev \ libjpeg-dev \ zlib1g-dev && rm -rf /var/lib/apt/lists/* WORKDIR /app # Install Python dependencies COPY requirements.txt ./ RUN pip install --no-cache-dir -r requirements.txt # Copy source code COPY src ./src # Default command to start MCP server CMD ["python", "src/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/longbowzz/svg2png_mcp'

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