We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kof70/coolify-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•509 B
# Coolify MCP Server Configuration
# Required: Your Coolify instance URL
COOLIFY_BASE_URL=https://your-coolify-instance.com
# Required: Your Coolify API token
# Get it from: Coolify Dashboard > Keys & Tokens > API tokens
COOLIFY_TOKEN=your-api-token-here
# Optional: Team ID (if you have multiple teams)
COOLIFY_TEAM_ID=
# Optional: Enable read-only mode (only list/get operations, no create/start/stop/deploy)
# Set to 'true' for safe monitoring without risk of accidental changes
COOLIFY_READONLY=false