Skip to main content
Glama

Coolify MCP Server

system

Manage Coolify deployments by performing operations such as checking version, monitoring health, enabling or disabling APIs, and reviewing resources directly through CLI or programmatic tools.

Input Schema

NameRequiredDescriptionDefault
operationYesOperation to perform

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "operation": { "description": "Operation to perform", "enum": [ "version", "health", "enable_api", "disable_api", "resources" ], "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