Airflow MCP — list DAGs/runs/task instances, tail logs, trigger and clear (write-gated)
Airflow MCP server — read DAGs, runs, task instances, log tails; trigger and clear (write-gated). Built on . A focused MCP for the Airflow 3.x REST API (). Read by default; and are gated behind . Auth is JWT via SimpleAuthManager — supply + and the server mints/refreshes the token transparently. For deeper dbt integration (manifest parsing, run-results history, source freshness, per-column test…
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts — it cannot prove the absence of malicious code.
Airflow MCP server — read DAGs, runs, task instances, log tails; trigger and clear (write-gated). Built on . A focused MCP for the Airflow 3.x REST API (). Read by default; and are gated behind . Auth is JWT via SimpleAuthManager — supply + and the server mints/refreshes the token transparently. For deeper dbt integration (manifest parsing, run-results history, source freshness, per-column test coverage, lineage walks, custom DQ result tables), install the companion @us-all/dbt-mcp alongside. 7…