Skip to main content
Glama

Coolify MCP Server

execute_command_application

Execute shell commands within running application containers for debugging, maintenance, or running one-off tasks in Coolify deployments.

Instructions

Execute a command inside a running application container. Useful for debugging, maintenance, or running one-off tasks. Note: This endpoint may not be available in all Coolify versions.

Input Schema

NameRequiredDescriptionDefault
commandYesThe command to execute inside the container. This can be any valid shell command.
uuidYesUUID of the application where the command will be executed. Get this from list_applications.

Input Schema (JSON Schema)

{ "properties": { "command": { "description": "The command to execute inside the container. This can be any valid shell command.", "examples": [ "npm run migrations", "python manage.py collectstatic", "ls -la", "cat /var/log/app.log" ], "type": "string" }, "uuid": { "description": "UUID of the application where the command will be executed. Get this from list_applications.", "pattern": "^[a-zA-Z0-9]+$", "type": "string" } }, "required": [ "uuid", "command" ], "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/wrediam/coolify-mcp-server'

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