Skip to content
Gemini CLI

Prefect MCP Server for Gemini CLI

io.github.prefecthq/prefect-mcp-server

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

client:Gemini CLI transport:stdio runtime:pypi

Install Prefect MCP Server in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Prefect MCP Server in other clients