coolify-mcp
by jimrarras
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| COOLIFY_TOKEN | Yes | Your Coolify API token in the format <id>|<secret> (both parts required, scope write + read:sensitive) | |
| COOLIFY_CONFIG | No | Path to a JSON config file (alternative to environment variables) | |
| COOLIFY_BASE_URL | Yes | The base URL of your Coolify instance (e.g. https://coolify.example.com) | |
| COOLIFY_SSH_HOST | No | Explicit SSH host/IP override for host-ops (takes precedence over auto-derivation) | |
| COOLIFY_SSH_PORT | No | SSH port override for host-ops | |
| COOLIFY_SSH_USER | No | SSH user override for host-ops | |
| COOLIFY_SSH_KEY_PATH | No | Path to the SSH private key for host-ops (e.g. ~/.ssh/id_ed25519) | |
| COOLIFY_PINNED_VERSION | No | Pin the Coolify version for version-specific behavior | |
| COOLIFY_SSH_HOST_SERVER | No | UUID or name of the Coolify control server (override when auto-match fails) | |
| COOLIFY_DB_READONLY_USER | No | Read-only PostgreSQL user for query_coolify_db tool | |
| COOLIFY_SSH_KEY_PASSPHRASE | No | Passphrase for the SSH private key | |
| COOLIFY_DB_READONLY_PASSWORD | No | Password for the read-only PostgreSQL user | |
| COOLIFY_SSH_KNOWN_HOSTS_PATH | No | Path to a known_hosts file for SSH (defaults to ~/.ssh/known_hosts) | |
| COOLIFY_SSH_KNOWN_HOST_FINGERPRINT | No | SHA-256 host fingerprint for SSH verification (alternative to known_hosts) |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/jimrarras/coolify-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server