ClickHouse's observability MCP server — investigate logs, traces and metrics with semantic tools rather than raw SQL, hosted or self-hosted.
PrefectMCP Server
Summary
Prefect's official read-only MCP server for inspecting flow runs, deployments and automations on Prefect Cloud or self-hosted, with a docs proxy for current CLI and SDK guidance.
Features
- Read-only inspection of flow runs, deployments, work pools and automations
- Works against Prefect Cloud and self-hosted Prefect instances
- Docs proxy for current Prefect CLI, SDK, deployment guidance and release notes
- Claude Code and Codex plugins backed by hosted Prefect Cloud OAuth, with workspace selection
- Local uvx stdio server inherits the active ~/.prefect/profiles.toml profile
Installation
Set up this MCP server in your favorite AI agent — copy a ready-made configuration below.
Description
Prefect's MCP server is deliberately narrow: it is read-only. An agent can inspect flow runs, deployments, work pools and automations on Prefect Cloud or a self-hosted instance, but it cannot trigger, pause or delete anything. For a workflow orchestrator that is the right default — the failure mode you want to avoid is an agent "fixing" a stuck run by re-triggering a pipeline that writes to production.
What it is genuinely good at is debugging. The agent reads the run graph, the task states, the logs and the automation that fired, and reasons about why a deployment failed with the same information a human would open the UI to get. Alongside that sits a documentation proxy, so the assistant looks up current Prefect CLI, SDK and deployment guidance and release notes rather than reciting an API shape from two versions ago.
Setup depends on where Prefect lives. Claude Code and Codex both have a plugin (/plugin marketplace add prefecthq/prefect-mcp-server, then /plugin install prefect) that connects to Prefect's hosted read-only server over Prefect Cloud OAuth, with workspace selection during install; because the bundle points at a hosted URL rather than launching a local process, the same plugin works for Claude Tag and Cowork. A local stdio server runs via uvx prefect-mcp and inherits credentials from the active profile in ~/.prefect/profiles.toml, which is the path for self-hosted Prefect or an explicit workspace. Teams can also deploy it over HTTP with per-request credential headers for a shared server.
It is MIT licensed and the maintainers label it experimental and under active development — APIs and behaviours can change without notice, so pin the version if you depend on it.
Related MCP Servers
Vanta's official remote MCP server — query controls, tests, vendors, vulnerabilities and policies across SOC 2 and ISO 27001, and remediate failing tests from your agent.
Turso's hosted MCP server — manage Turso Cloud databases, branch them point-in-time and run SQL from a coding agent, authorised over OAuth with no API token to paste.
Google's official Firebase MCP server — 70+ tools across Firestore, Auth, Crashlytics, Cloud Functions, Storage, Messaging and Remote Config, shipped inside the Firebase CLI.
