Skip to main content
Glama

Coolify MCP Server

by GoCoder7

coolify_environment_configuration

Configure and manage environment variables, domains, and application logs for self-hosted applications on Coolify MCP Server. Perform actions like updating or retrieving environment settings, setting domains, and fetching logs efficiently.

Instructions

Manage environment variables, configure domains, and retrieve application logs

Input Schema

NameRequiredDescriptionDefault
actionYesAction to perform: update env vars, get env vars, set domain, or get logs
applicationIdYesApplication ID (required for all actions)
domainNoDomain name to set (for set_domain action)
enableHttpsNoWhether to enable HTTPS/SSL (for set_domain action)
linesNoNumber of log lines to retrieve (for get_logs action)
sinceNoRetrieve logs since this timestamp (ISO format, for get_logs action)
variablesNoArray of environment variables to set (for update_env)

Input Schema (JSON Schema)

{ "properties": { "action": { "description": "Action to perform: update env vars, get env vars, set domain, or get logs", "enum": [ "update_env", "get_env", "set_domain", "get_logs" ], "type": "string" }, "applicationId": { "description": "Application ID (required for all actions)", "type": "string" }, "domain": { "description": "Domain name to set (for set_domain action)", "type": "string" }, "enableHttps": { "default": true, "description": "Whether to enable HTTPS/SSL (for set_domain action)", "type": "boolean" }, "lines": { "default": 100, "description": "Number of log lines to retrieve (for get_logs action)", "maximum": 1000, "minimum": 1, "type": "number" }, "since": { "description": "Retrieve logs since this timestamp (ISO format, for get_logs action)", "type": "string" }, "variables": { "description": "Array of environment variables to set (for update_env)", "items": { "properties": { "is_build_time": { "default": false, "description": "Whether this variable is available at build time", "type": "boolean" }, "is_sensitive": { "default": false, "description": "Whether this is a sensitive variable (will be hidden in UI)", "type": "boolean" }, "key": { "description": "Environment variable key/name", "type": "string" }, "value": { "description": "Environment variable value", "type": "string" } }, "required": [ "key", "value" ], "type": "object" }, "type": "array" } }, "required": [ "action", "applicationId" ], "type": "object" }

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/GoCoder7/coolify-mcp-server'

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