Back to directory
treerootboy/airflow-mcp

treerootboy/airflow-mcp

@treerootboy

与 Apache Airflow 集成的 MCP 服务器,提供 DAG 管理和监控工具

airflowmcpworkfloworchestrationdagautomationpython

Installation & Configuration

{
  "mcpServers": {
    "airflow": {
      "command": "uvx",
      "args": [
        "airflow-mcp"
      ],
      "env": {
        "AIRFLOW_API_BASE": "http://localhost:8000/api/v1",
        "AIRFLOW_USERNAME": "admin",
        "AIRFLOW_PASSWORD": "admin"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/14
Updated
2026/6/15