Skip to main content
Glama

MCP Server for Apache Airflow

by yangkyeongmo
from urllib.parse import urljoin from airflow_client.client import ApiClient, Configuration from src.envs import ( AIRFLOW_API_VERSION, AIRFLOW_HOST, AIRFLOW_PASSWORD, AIRFLOW_USERNAME, ) # Create a configuration and API client configuration = Configuration( host=urljoin(AIRFLOW_HOST, f"/api/{AIRFLOW_API_VERSION}"), username=AIRFLOW_USERNAME, password=AIRFLOW_PASSWORD, ) api_client = ApiClient(configuration)

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/yangkyeongmo/mcp-server-apache-airflow'

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