Skip to main content
Glama

Image-Gen-Server

by fengin
Dockerfile485 B
# Generated by https://smithery.ai. See: https://smithery.ai/docs/config#dockerfile FROM python:3.10-slim WORKDIR /app # Copy dependency list and install packages COPY requirements.txt ./ RUN pip install --no-cache-dir -r requirements.txt \ && pip install uv # Copy the rest of the application code COPY . . # Expose any needed ports (if applicable) EXPOSE 8000 # Start the MCP server using uv and fastmcp CMD ["uv", "run", "--with", "fastmcp", "fastmcp", "run", "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/fengin/image-gen-server'

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