Back to directory
airflow-mcp

airflow-mcp

@hipposys-ltd10

An MCP server for Apache Airflow that enables natural language interaction with the orchestration platform.

airfloworchestrationworkflowmcp-serverautomation

Installation & Configuration

{
  "mcpServers": {
    "airflow_mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "airflow_api_url",
        "-e",
        "airflow",
        "-e",
        "airflow",
        "hipposysai/airflow-mcp:latest"
      ],
      "env": {
        "airflow_api_url": "http://host.docker.internal:8088/api/v1",
        "airflow_username": "airflow",
        "airflow_password": "airflow"
      }
    }
  }
}

Information

Transport
stdiosse
Language
Python
Created
2025/4/14
Updated
2026/6/7