Mcp Airflow Api

Created By
call51810 months ago
MCP-Airflow-API is a Model Context Protocol (MCP) server that transforms Apache Airflow REST API operations into natural language tools for LLM integration. Built for DevOps engineers, data engineers, and Airflow administrators who need intuitive cluster management capabilities.

Server Config

{
  "mcpServers": {
    "airflow-api": {
      "command": "uvx",
      "args": [
        "--python",
        "3.11",
        "mcp-airflow-api"
      ],
      "env": {
        "AIRFLOW_API_URL": "http://localhost:8080/api/v1",
        "AIRFLOW_API_USERNAME": "airflow",
        "AIRFLOW_API_PASSWORD": "airflow",
        "AIRFLOW_LOG_LEVEL": "INFO"
      }
    }
  }
}
Project Info
Created At
10 months ago
Updated At
10 months ago
Author Name
call518
Star
-
Language
-
License
-
Category

Recommend Servers

View All