Control Apache Airflow instances via Airflow APIs through a Model Context Protocol (MCP) server.
This tool is a Model Context Protocol (MCP) server designed to control Apache Airflow instances through their APIs. It supports both safe (read-only) and unsafe (full access) modes. Authentication is handled via either Basic Auth (using a base64 encoded username:password) or a session cookie. Configuration requires setting environment variables for the Airflow API URL and authentication credentials.
主要功能
01Supports both safe (read-only) and unsafe (full access) operation modes
02Authentication via Basic Auth or session cookie
03Configurable Airflow API URL
04Parses OpenAPI spec for Airflow API
05Allows control of Airflow via Airflow APIs.
使用案例
01Automating Airflow workflows using MCP
02Integrating Airflow with other MCP-compatible tools