Airflow icon

Airflow

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.

主要功能

  • Supports both safe (read-only) and unsafe (full access) operation modes
  • Authentication via Basic Auth or session cookie
  • Configurable Airflow API URL
  • Parses OpenAPI spec for Airflow API
  • Allows control of Airflow via Airflow APIs.

使用案例

  • Automating Airflow workflows using MCP
  • Integrating Airflow with other MCP-compatible tools
  • Controlling Airflow instances programmatically