Airflow MCP — list DAGs/runs/task instances, tail logs, trigger and clear (write-gated)

stdiocommunityservice

Package Details

Transportstdio

Environment Variables

AIRFLOW_API_URL
Required

Airflow REST API base, e.g. 'http://airflow.example.com:8080/api/v1'.

AIRFLOW_USERNAME

Airflow basic-auth username.

AIRFLOW_PASSWORD
Secret

Airflow basic-auth password.

AIRFLOW_ALLOW_WRITE
Default:false

Set to 'true' to enable trigger-dag and clear-task tools. Default read-only.

AIRFLOW_TOOLS

Comma-separated category allowlist (airflow,meta).

AIRFLOW_DISABLE

Comma-separated category disablelist.