Skip to content

Prefect MCP Server for Zed

io.github.prefecthq/prefect-mcp-server

MCP server for Prefect. Monitor and debug workflows, deployments, and automations.

client:Zed transport:stdio runtime:pypi

Install Prefect MCP Server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "prefect-mcp-server": {
      "command": "uvx",
      "args": [
        "prefect-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Prefect MCP Server in other clients