Skip to main content
Glama
tomnagengast

MCP Server for Apache Airflow

by tomnagengast
digitalocean-app.yaml603 B
name: mcp-server-airflow services: - name: api source_dir: / github: repo: YOUR_USERNAME/mcp-server-airflow branch: main deploy_on_push: true run_command: npm start:http environment_slug: node-js instance_count: 1 instance_size_slug: basic-xxs http_port: 3000 health_check: http_path: /health initial_delay_seconds: 10 period_seconds: 30 timeout_seconds: 5 success_threshold: 1 failure_threshold: 3 envs: - key: AIRFLOW_BASE_URL scope: RUN_TIME type: SECRET - key: AIRFLOW_TOKEN scope: RUN_TIME type: SECRET routes: - path: /

Latest Blog Posts

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

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