Provides a Model Context Protocol (MCP) server for Apache Airflow, integrating Bearer token authentication for seamless operation with Astronomer Cloud and standalone Airflow instances.
This project implements a Model Context Protocol (MCP) server that acts as a wrapper for Apache Airflow's REST API. It enables MCP clients to interact with Airflow in a standardized manner, ensuring compatibility through the official Apache Airflow client library. A key enhancement of this server is the addition of Bearer token authentication support, which is vital for modern Airflow deployments like Astronomer Cloud, while also retaining backward compatibility with traditional username/password authentication.