A
securityA
licenseA
qualityProvides a standardized way for MCP clients to interact with Apache Airflow's REST API, supporting operations like DAG management and monitoring Airflow system health.
Last updated -
13
51
Python
MIT License
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.