Skip to content
Windsurf

Incident Response MCP for Apache Airflow for Windsurf

io.github.madamak/apache-airflow-mcp-server

Diagnose Airflow failures from UI links with bounded logs and optional recovery actions.

client:Windsurf transport:stdio runtime:pypi

Install Incident Response MCP for Apache Airflow in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "apache-airflow-mcp-server": {
      "command": "uvx",
      "args": [
        "apache-airflow-mcp-server"
      ],
      "env": {
        "AIRFLOW_MCP_HOST": "<AIRFLOW_MCP_HOST>",
        "AIRFLOW_MCP_TOKEN": "<AIRFLOW_MCP_TOKEN>",
        "AIRFLOW_MCP_USERNAME": "<AIRFLOW_MCP_USERNAME>",
        "AIRFLOW_MCP_PASSWORD": "<AIRFLOW_MCP_PASSWORD>",
        "AIRFLOW_MCP_API_VERSION": "<AIRFLOW_MCP_API_VERSION>",
        "AIRFLOW_MCP_READ_ONLY": "<AIRFLOW_MCP_READ_ONLY>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Incident Response MCP for Apache Airflow in other clients