Skip to main content
Glama

Prefect MCP Server

Dockerfile.test331 B
FROM python:3.10-slim WORKDIR /app # Install dependencies RUN apt-get update && \ apt-get install -y curl netcat-openbsd jq && \ apt-get clean && \ 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