Add MCP-Airflow-API server to community-developed servers list in REA… #2555
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
…DME.md
Description
This PR introduces a new MCP server implementation — MCP-Airflow‑API.
Server Details
Motivation and Context
MCP-Airflow‑API is Model Context Protocol (MCP) server for Apache Airflow API integration. Provides comprehensive tools for managing Airflow clusters including service operations, configuration management, status monitoring, and request tracking.
How Has This Been Tested?
Deployed the MCP-Airflow-API server locally and validated its interaction with an MCP client (e.g., Claude Desktop or a simple TypeScript/Python test harness).
Tested core functionalities including service operations, configuration retrieval, status monitoring, and request tracking to ensure compliant MCP interactions.
Confirmed correct behavior over both standard input/output and Streamable HTTP transports, following MCP specification.
Verified that pip installation works (pip install mcp-airflow-api)
Confirmed compatibility with Python 3.11+ environments as stated on PyPI
Breaking Changes
No breaking changes introduced — this is an additive change. Existing MCP clients will not be affected.
Types of changes
Checklist
Additional context
Implementation details: The Airflow‑API server interfaces with Apache Airflow via HTTP REST endpoints to perform cluster management operations. It translates Airflow responses into MCP-protocol adherent format.
Configuration options: Host, port, authentication credentials, cluster name for Airflow connections are configurable via environment variables (e.g., AIRFLOW_API_URL, AIRFLOW_API_USERNAME, AIRFLOW_API_PASSWORD, AIRFLOW_LOG_LEVEL).
pip install mcp-airflow-api
Python Compatibility: Requires Python 3.11 or higher PyPI.
Publishing on PyPI enables straightforward distribution and improvements in user experience and adoption.