Skip to main content
Glama

Prefect MCP Server

by fortunto2
Makefile343 B
# Makefile for Prefect MCP Server Repository .PHONY: install build test deploy clean # Build the package build: uv build # Run tests using pytest (if tests are available) test: pytest # Deploy package (customize as needed) deploy: uv run twine upload dist/* --skip-existing # Clean build artifacts clean: rm -rf build dist *.egg-info

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/fortunto2/prefect-mcp-server'

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