Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Health check server port | 3000 |
| NODE_ENV | No | Environment mode | development |
| COOLIFY_BASE_URL | No | Coolify API base URL | https://app.coolify.io/api/v1 |
| COOLIFY_API_TOKEN | Yes | Your Coolify API token |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| coolify_system | System management operations - health check, version, and system information |
| coolify_teams | Complete team management - list teams, get current team, get team details, and list team members |
| coolify_projects | Project CRUD operations - list, create, get, update, and delete projects |
| coolify_project_environments | Project environment management - list, create, get, and delete project environments |
| coolify_applications | Application CRUD operations - list, create, update, get, and delete applications of all types |
| coolify_application_lifecycle | Application lifecycle management - start, stop, and restart applications |
| coolify_application_envs | Application environment variables management - list, create, bulk update, and delete environment variables |
| coolify_logs | Application logs and monitoring - get application logs |
| coolify_application_deployments | Application deployment management - list, get, and trigger deployments |
| coolify_databases | Database CRUD operations - list, create, get, update, and delete databases |
| coolify_database_lifecycle | Database lifecycle management - start, stop, and restart databases |
| coolify_database_types | Specific database type creation - create PostgreSQL, MySQL, MongoDB, and Redis databases with type-specific parameters |
| coolify_servers | Server CRUD operations - list, create, get, update, and delete servers |
| coolify_server_management | Server operations and resources - validate server connection, list domains, and list resources |
| coolify_services | Service CRUD operations - list, create, get, update, and delete services |
| coolify_service_lifecycle | Service lifecycle management - start, stop, and restart services |
| coolify_service_envs | Service environment variables management - list, create, update, bulk update, and delete environment variables |
| coolify_security_keys | Security keys management - list, create, get, update, and delete security keys |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |