We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hipposys-ltd/airflow-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.Dockerfile•174 B
FROM apache/airflow:2.10.2-python3.10
USER airflow
# RUN pip install airflow-chat==0.1.0a1
RUN pip install airflow-schedule-insights==0.1.2
COPY local_airflow/ $AIRFLOW_HOME