io.github.madamak

apache-airflow-mcp-server

Incident Response MCP for Apache Airflow

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

stdiocommunityapplication

Package Details

Transportstdio
Runtimeuvx

Environment Variables

AIRFLOW_MCP_HOST
Required

Base URL of the Airflow instance.

AIRFLOW_MCP_TOKEN
Secret

Bearer token. Provide this or both username and password; it takes precedence when set.

AIRFLOW_MCP_USERNAME

Basic-auth username. Required with password when token is omitted.

AIRFLOW_MCP_PASSWORD
Secret

Basic-auth password. Required with username when token is omitted.

AIRFLOW_MCP_API_VERSION

The directory install uses the Airflow 3 client. See the README for Airflow 2 setup.

AIRFLOW_MCP_READ_ONLY(bool)
Default:true

Expose only read tools unless write access is deliberately selected.