Skip to main content
Glama

Coolify MCP Server

applications

Manage application deployments and configurations with the Coolify MCP Server tool. Perform operations like create, update, delete, start, stop, and monitor application environments using programmatic or CLI commands.

Input Schema

NameRequiredDescriptionDefault
bodyNoJSON request body
env_idNoEnvironment variable ID
idNoApplication UUID
operationYesOperation to perform

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "body": { "description": "JSON request body", "type": "string" }, "env_id": { "description": "Environment variable ID", "type": "string" }, "id": { "description": "Application UUID", "type": "string" }, "operation": { "description": "Operation to perform", "enum": [ "list", "get", "create_public", "create_private_gh", "create_private_key", "create_dockerfile", "create_docker_image", "create_docker_compose", "update", "delete", "get_logs", "start", "stop", "restart", "list_envs", "create_env", "update_env", "update_envs_bulk", "delete_env" ], "type": "string" } }, "required": [ "operation" ], "type": "object" }

You must be authenticated.

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

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