Loading languages...
AI

airflow-mcp

@hipposys-ltd7

This project implements an MCP server for Apache Airflow, enabling users to interact with their orchestration platform using natural language.

airflow
orchestration
workflow
mcp-server

# mcpServer Config

{
  "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"
      }
    }
  }
}

# stdio

python -m airflow_mcp_hipposys.mcp_airflow

# sseURL

http://{mcp_host}/sse
Transport:
stdio
sse
Язык:
Python
Создано:4/15/2025
Обновлено:8/3/2025
Домашняя страница:
https://github.com/hipposys-ltd/airflow-mcp