Skip to main content
Glama

Universal Image Generator MCP Server

by ECNU3D
MIT License
2
Dockerfile844 B
FROM ghcr.io/astral-sh/uv:python3.12-bookworm-slim ENV UV_COMPILE_BYTECODE=1 ENV UV_LINK_MODE=copy ENV UV_CACHE_DIR=/opt/uv-cache/ RUN apt-get update && apt-get install -y --no-install-recommends git WORKDIR /app RUN --mount=type=cache,target=UV_CACHE_DIR \ --mount=type=bind,source=uv.lock,target=uv.lock \ --mount=type=bind,source=pyproject.toml,target=pyproject.toml \ uv sync --frozen --no-install-project --no-dev --no-editable ADD . /app RUN --mount=type=cache,target=UV_CACHE_DIR \ uv sync --frozen --no-dev --no-editable # Create image output directory ARG OUTPUT_IMAGE_PATH=/images RUN mkdir -p ${OUTPUT_IMAGE_PATH} ENV OUTPUT_IMAGE_PATH=${OUTPUT_IMAGE_PATH} # Add virtual environment to PATH ENV PATH="/app/.venv/bin:$PATH" # Set the entrypoint to the MCP server command CMD ["universal-image-generator-mcp"]

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/ECNU3D/universal-image-generator-mcp'

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