io.github.us-all/airflow✓
io.github.us-all/airflow · v0.2.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.us-all/airflow",
"description": "Airflow MCP — list DAGs/runs/task instances, tail logs, trigger and clear (write-gated)",
"repository": {
"url": "https://github.com/us-all/airflow-mcp-server",
"source": "github"
},
"version": "0.2.0",
"packages": [
{
"registryType": "npm",
"identifier": "@us-all/airflow-mcp",
"version": "0.2.0",
"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"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}