Skip to main content
Glama

Prefect MCP Server

Dockerfile.test435 B
FROM python:3.14-slim WORKDIR /app # Install build dependencies (update package lists first!) RUN apt-get update && apt-get install -y --no-install-recommends \ netcat-openbsd \ jq \ gcc \ g++ \ libpq-dev \ libyaml-dev \ curl \ && rm -rf /var/lib/apt/lists/* # Copy test scripts COPY test_scripts/ /app/test_scripts/ RUN chmod +x /app/test_scripts/*.sh CMD ["/app/test_scripts/test_mcp_prefect.sh"]

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