Skip to main content
Glama

Coolify MCP Server

services

Manage and control application services on the Coolify MCP Server. Perform operations like start, stop, restart, create, update, delete, and monitor environments using programmatic or CLI tools.

Input Schema

NameRequiredDescriptionDefault
bodyNoJSON request body
env_idNoEnvironment variable UUID
idNoService 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 UUID", "type": "string" }, "id": { "description": "Service UUID", "type": "string" }, "operation": { "description": "Operation to perform", "enum": [ "list", "get", "create", "update", "delete", "start", "stop", "restart", "list_envs", "create_env", "update_env", "update_envs_bulk", "delete_env", "get_service_types" ], "type": "string" } }, "required": [ "operation" ], "type": "object" }
Install Server

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