Skip to content
Zed

airflow for Zed

io.github.us-all/airflow

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

client:Zed transport:stdio runtime:npm

Install airflow in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "airflow": {
      "command": "npx",
      "args": [
        "-y",
        "@us-all/airflow-mcp"
      ],
      "env": {
        "AIRFLOW_API_URL": "<AIRFLOW_API_URL>",
        "AIRFLOW_USERNAME": "<AIRFLOW_USERNAME>",
        "AIRFLOW_PASSWORD": "<AIRFLOW_PASSWORD>",
        "AIRFLOW_ALLOW_WRITE": "<AIRFLOW_ALLOW_WRITE>",
        "AIRFLOW_TOOLS": "<AIRFLOW_TOOLS>",
        "AIRFLOW_DISABLE": "<AIRFLOW_DISABLE>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

airflow in other clients