Skip to main content
Glama

Coolify MCP Server

by HowieDuhzit

coolify_create_application_env

Add environment variables to Coolify applications by specifying key-value pairs, with optional secret protection for sensitive data.

Instructions

Create application environment variable

Input Schema

NameRequiredDescriptionDefault
is_secretNoWhether the variable is secret
keyYesEnvironment variable key
uuidYesApplication UUID
valueYesEnvironment variable value

Input Schema (JSON Schema)

{ "properties": { "is_secret": { "default": false, "description": "Whether the variable is secret", "type": "boolean" }, "key": { "description": "Environment variable key", "type": "string" }, "uuid": { "description": "Application UUID", "type": "string" }, "value": { "description": "Environment variable value", "type": "string" } }, "required": [ "uuid", "key", "value" ], "type": "object" }

Other Tools from Coolify MCP Server

Related Tools

    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/HowieDuhzit/CoolifyMCP'

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