Prefect MCP Server for Windsurf
io.github.prefecthq/prefect-mcp-server
MCP server for Prefect. Monitor and debug workflows, deployments, and automations.
client:Windsurf
transport:stdio
runtime:pypi
Install Prefect MCP Server in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"prefect-mcp-server": {
"command": "uvx",
"args": [
"prefect-mcp"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs