A FastMCP server for Apache Airflow integration that can run standalone or as an Airflow 2/3 plugin. Current version 0.8.2, actively maintained with frequent releases.
pip install astro-airflow-mcpNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize and run the Astro Airflow MCP server with Airflow connection details.
Change your import to `from astro_airflow_mcp.server import AstroAirflowMCPServer`.
Ensure `apache-airflow` is installed only if you intend to use the plugin mode.
Always set AIRFLOW_USERNAME and AIRFLOW_PASSWORD environment variables to match your Airflow configuration.
No resource links recorded.