Skip to main content
Glama

ComfyUI MCP Server

by Overseer66
Dockerfile.sse344 B
FROM python:3.12-slim WORKDIR /app RUN apt-get update && apt-get install -y curl COPY . . RUN curl -LsSf https://astral.sh/uv/install.sh | sh ENV PATH="/root/.local/bin:${PATH}" RUN uv venv .venv && uv pip install -r pyproject.toml EXPOSE 8000 ENV MCP_TRANSPORT=sse ENTRYPOINT ["uv", "run", "--with", "mcp", "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/Overseer66/comfyui-mcp-server'

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