Skip to main content
Glama

Prefect MCP Server

by fortunto2
pyproject.toml1.19 kB
[project] name = "prefect-mcp-server" version = "1.1.2" description = "MCP server for interacting with the Prefect API" authors = [ { name = "Rusty", email = "rust.starman@gmail.com" }, ] dependencies = [ "mcp[cli]", # Use the correct package name with cli extra "httpx>=0.24.0", "prefect>=3.0.0", ] requires-python = ">=3.10" readme = "README.md" license = { text = "MIT"} classifiers = [ "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Operating System :: OS Independent", ] [project.urls] Homepage = "https://github.com/fortunto2/prefect-mcp-server" Repository = "https://github.com/fortunto2/prefect-mcp-server" [project.scripts] prefect-mcp-server = "prefect_mcp_server_pkg.server:main_run" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.rye] managed = true dev-dependencies = [] [tool.hatch.metadata] allow-direct-references = true dev-dependencies = [ "twine" ] [tool.hatch.build.targets.wheel] packages = ["prefect_mcp_server_pkg"]

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