Incident Response MCP for Apache Airflow for Cline
io.github.madamak/apache-airflow-mcp-server
Diagnose Airflow failures from UI links with bounded logs and optional recovery actions.
client:Cline
transport:stdio
runtime:pypi
Install Incident Response MCP for Apache Airflow in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"apache-airflow-mcp-server": {
"command": "uvx",
"args": [
"apache-airflow-mcp-server"
],
"env": {
"AIRFLOW_MCP_HOST": "<AIRFLOW_MCP_HOST>",
"AIRFLOW_MCP_TOKEN": "<AIRFLOW_MCP_TOKEN>",
"AIRFLOW_MCP_USERNAME": "<AIRFLOW_MCP_USERNAME>",
"AIRFLOW_MCP_PASSWORD": "<AIRFLOW_MCP_PASSWORD>",
"AIRFLOW_MCP_API_VERSION": "<AIRFLOW_MCP_API_VERSION>",
"AIRFLOW_MCP_READ_ONLY": "<AIRFLOW_MCP_READ_ONLY>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs