← Back to Plugins
MCP Server MCP

io.github.us-all/airflow

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @us-all/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@us-all/airflow-mcp",
      "version": "1.4.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Airflow host base, e.g. 'http://airflow.example.com:8080'. Server prepends /api/v2 internally; trailing /api/v1 or /api/v2 is stripped if supplied.",
          "isRequired": true,
          "name": "AIRFLOW_API_URL"
        },
        {
          "description": "Airflow username (used to mint a JWT via SimpleAuthManager /auth/token).",
          "isRequired": true,
          "name": "AIRFLOW_USERNAME"
        },
        {
          "description": "Airflow password (used to mint a JWT via SimpleAuthManager /auth/token).",
          "isRequired": true,
          "isSecret": true,
          "name": "AIRFLOW_PASSWORD"
        },
        {
          "description": "Set to 'true' to enable trigger-dag and clear-task tools. Default read-only.",
          "default": "false",
          "name": "AIRFLOW_ALLOW_WRITE"
        },
        {
          "description": "Comma-separated category allowlist (airflow,meta).",
          "name": "AIRFLOW_TOOLS"
        },
        {
          "description": "Comma-separated category disablelist.",
          "name": "AIRFLOW_DISABLE"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...