abhishekbhakat_airflow-mcp-server

abhishekbhakat_airflow-mcp-server

3.1

If you are the rightful owner of abhishekbhakat_airflow-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A Model Context Protocol server for controlling Airflow via Airflow APIs.

The Airflow MCP Server is designed to facilitate the control and management of Apache Airflow instances through the Model Context Protocol. It leverages Airflow's APIs to provide a seamless interface for executing and managing workflows. The server supports both safe and unsafe operation modes, allowing users to choose between read-only access and full control over their Airflow environment. Authentication is handled via JWT tokens, ensuring secure access to the server. The server is compatible with Airflow 3.0 and is capable of parsing OpenAPI specifications to dynamically adapt to the available endpoints.

Features

  • Airflow 3.0 Compatibility: Fully compatible with the latest version of Airflow, ensuring up-to-date functionality.
  • Safe and Unsafe Modes: Offers both read-only and full-access modes to suit different operational needs.
  • JWT Authentication: Secure access through JWT tokens, aligning with Airflow 3.0's authentication requirements.
  • OpenAPI Spec Parsing: Automatically fetches and parses the OpenAPI specification for dynamic endpoint management.
  • Configurable Page Limit: Allows customization of the maximum number of items per page via the Airflow configuration.