Coolify MCP Server
by StuMason
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
COOLIFY_BASE_URL | Yes | The base URL of your Coolify instance | |
COOLIFY_ACCESS_TOKEN | Yes | Coolify API key used for authentication |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
list-resources | List all resources in Coolify |
list-applications | List all applications |
get-application | Get details of a specific application |
start-application | Start a specific application |
stop-application | Stop a specific application |
restart-application | Restart a specific application |
list-services | List all services |
list-databases | List all databases |
list-deployments | List all running deployments |
deploy | Deploy by tag or uuid |
get-version | Get Coolify version |
health-check | Get system health status |