Skip to content

Incident Response MCP for Apache Airflow for Grok

io.github.madamak/apache-airflow-mcp-server

Diagnose Airflow failures from UI links with bounded logs and optional recovery actions.

client:Grok transport:stdio runtime:pypi

Install Incident Response MCP for Apache Airflow in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "apache-airflow-mcp-server": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Incident Response MCP for Apache Airflow in other clients