Apache Airflow
Createdyangkyeongmo
Standardizes interaction with Apache Airflow via the Model Context Protocol (MCP).
About
Wraps Apache Airflow's REST API with a Model Context Protocol (MCP) server, allowing seamless and standardized interaction with Airflow from MCP clients. Leveraging the official Apache Airflow client library, it ensures compatibility and simplifies the management of DAGs, DAG Runs, Tasks, Variables, Connections, Pools, XComs, and Datasets through a uniform interface.
Key Features
- Supports comprehensive DAG management (list, get details, pause, unpause, update, delete).
- Supports Datasets and Event Logs management
- Enables manipulation of DAG Runs, Tasks, Variables, and Connections.
- Implements the Model Context Protocol (MCP) for Apache Airflow.
- Provides access to Airflow monitoring and configuration data.
Use Cases
- Managing Airflow workflows from a single interface.
- Integrating Apache Airflow with MCP-compatible applications.
- Standardizing interactions with Airflow's API.