Skip to main content
Glama

MCP-Airflow-API

docker-compose.yml1.53 kB
services: open-webui: env_file: .env image: ghcr.io/open-webui/open-webui:main container_name: mcp-airflow-api-open-webui ports: - "${DOCKER_EXTERNAL_PORT_OPENWEBUI}:8080" environment: - OLLAMA_BASE_URL=${OLLAMA_BASE_URL} volumes: - open-webui-data:/app/backend/data extra_hosts: - "host.docker.internal:host-gateway" restart: unless-stopped mcp-server: env_file: .env image: call518/mcp-server-airflow-api:1.0.1 container_name: mcp-airflow-api-mcp-server ports: - "${DOCKER_EXTERNAL_PORT_MCP_SERVER}:8000" ### (WARNING) Must be same with port number of 'FASTMCP_PORT', 'mcp-config.json' and 'mcp-config.json.http' volumes: - ./src:/app/src - ./scripts:/app/scripts - ./.env:/app/.env:ro extra_hosts: - "host.docker.internal:host-gateway" restart: unless-stopped healthcheck: test: ["CMD-SHELL", "nc -z localhost 8000 && sleep 5"] interval: 5s timeout: 10s retries: 5 start_period: 10s mcpo-proxy: env_file: .env image: call518/mcpo-proxy-airflow-api:1.0.3 container_name: mcp-airflow-api-mcpo-proxy depends_on: mcp-server: condition: service_healthy ports: - "${DOCKER_EXTERNAL_PORT_MCPO_PROXY}:8000" volumes: - ./mcp-config.json.http:/app/config/mcp-config.json extra_hosts: - "host.docker.internal:host-gateway" restart: unless-stopped volumes: open-webui-data: name: open-webui-data-mcp-airflow-api

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/call518/MCP-Airflow-API'

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