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.