Skip to main content
Glama

Prefect MCP Server

Dockerfile380 B
FROM python:3.12.9-slim WORKDIR /app # Install hatch RUN pip install --no-cache-dir hatch # Copy project files COPY pyproject.toml . COPY README.md . COPY src/ ./src/ # Build and install the package RUN pip install . EXPOSE 8000 HEALTHCHECK --interval=10s --timeout=5s --start-period=5s --retries=3 \ CMD curl -f http://localhost:8000/health || exit 1 CMD ["mcp-prefect"]

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/allen-munsch/mcp-prefect'

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