Skip to main content
Glama

airflow-mcp-server

Diagram.md1.39 kB
# Project Diagram ```mermaid --- config: layout: fixed theme: mc --- flowchart TD UseCases["Use cases"] --> AirflowWithAI["Airflow with AI"] & AIWithAirflow["AI with Airflow"] AirflowWithAI -- preferred --> AirflowMcpPlugin["airflow mcp plugin"] AIWithAirflow -- preferred --> AirflowMCPServer["airflow mcp server"] Projects["Projects"] --> AirflowMcpPlugin & AirflowMCPServer AirflowMcpPlugin -- preferred --> HTTP["HTTP(SSE)"] AirflowMCPServer -- preferred --> Stdio["Stdio"] MCP["MCP"] --> HTTP & Stdio AirflowWithAI -. optional .-> AirflowMCPServer AIWithAirflow -. optional .-> AirflowMcpPlugin AirflowMCPServer -. optional .-> HTTP style UseCases stroke:#00C853,stroke-width:4px,stroke-dasharray: 0 style AirflowMcpPlugin stroke-width:4px,stroke-dasharray: 0 style AirflowMCPServer stroke-width:4px,stroke-dasharray: 0 style Projects stroke:#00C853,stroke-width:4px,stroke-dasharray: 0 style MCP stroke:#00C853,stroke-width:4px,stroke-dasharray: 0 linkStyle 2 stroke:green,fill:none linkStyle 3 stroke:green,fill:none linkStyle 6 stroke:green,fill:none linkStyle 7 stroke:green,fill:none linkStyle 10 stroke:orange,stroke-width:2px,fill:none linkStyle 11 stroke:orange,stroke-width:2px,fill:none linkStyle 12 stroke:orange,stroke-width:2px,fill:none ``` ![Project Diagram](Diagram.png)

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/abhishekbhakat/airflow-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server