Skip to main content
Glama
docker-compose.yml956 B
version: '3.8' services: coolify-mcp-server: build: . container_name: coolify-mcp-server environment: - COOLIFY_API_URL=${COOLIFY_API_URL} - COOLIFY_API_TOKEN=${COOLIFY_API_TOKEN} - COOLIFY_DEFAULT_TEAM_ID=${COOLIFY_DEFAULT_TEAM_ID:-} - COOLIFY_MAX_APPS_PER_PROJECT=${COOLIFY_MAX_APPS_PER_PROJECT:-10} - LOG_LEVEL=${LOG_LEVEL:-info} restart: unless-stopped security_opt: - no-new-privileges:true read_only: true tmpfs: - /tmp cap_drop: - ALL cap_add: - CHOWN - SETGID - SETUID # Optional: Add logging service for production coolify-mcp-logs: image: fluent/fluent-bit:latest container_name: coolify-mcp-logs volumes: - ./docker/fluent-bit.conf:/fluent-bit/etc/fluent-bit.conf command: /fluent-bit/bin/fluent-bit --config /fluent-bit/etc/fluent-bit.conf depends_on: - coolify-mcp-server profiles: - logging

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/Thedurancode/Coolify-MCP'

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