Apache Airflow is an open-source platform to programmatically author, schedule, and monitor workflows.
Why this server?
Allows interaction with Apache Airflow through a Model Context Protocol server that wraps Airflow's REST API. Supports DAG management (listing, viewing details, pausing/unpausing), DAG runs (listing, creating), task management (listing tasks and task instances), and system information (health status, version, import errors).
Why this server?
Enables interaction with Apache Airflow's REST API, allowing management of DAGs (listing, viewing, pausing, unpausing), triggering and monitoring DAG runs, accessing task instance details, and retrieving comprehensive logs for debugging and troubleshooting.
Why this server?
Provides comprehensive access to Apache Airflow's REST API, enabling management of DAGs, DAG runs, tasks, variables, connections, pools, XComs, datasets, and monitoring features. Supports both token-based and basic authentication, with special compatibility for Astronomer Cloud deployments.