Skip to main content
Glama

Flux Schnell Server

by m-mcp
Dockerfile489 B
# Generated by https://smithery.ai. See: https://smithery.ai/docs/build/project-config # syntax=docker/dockerfile:1 FROM python:3.10-slim WORKDIR /app # Install build dependencies for PEP517 RUN apt-get update && apt-get install -y build-essential && rm -rf /var/lib/apt/lists/* # Copy project COPY pyproject.toml uv.lock* ./ # Install dependencies RUN pip install --no-cache-dir . # Copy remaining source code COPY . . # Use a simple command for stdio transport CMD ["python", "main.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/m-mcp/flux-schnell-server'

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