Home › Cloud & Monitoring › Coolify MCP
Coolify MCP
MCP server for Coolify API operations.
Topics: Cloud Platforms
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 2.3.1)
npx -y @fndchagas/[email protected]
Or add to your MCP client config:
{
"mcpServers": {
"coolify-mcp": {
"command": "npx",
"args": [
"-y",
"@fndchagas/[email protected]"
],
"env": {
"COOLIFY_BASE_URL": "<YOUR_VALUE>",
"COOLIFY_TOKEN": "<YOUR_VALUE>",
"COOLIFY_STRICT_VERSION": "<YOUR_VALUE>",
"COOLIFY_ALLOW_WRITE": "<YOUR_VALUE>",
"COOLIFY_ALLOW_UNSAFE_LOGS": "<YOUR_VALUE>",
"COOLIFY_OPENAPI_REF": "<YOUR_VALUE>"
}
}
}
}
COOLIFY_BASE_URLrequired — Coolify API base URL.COOLIFY_TOKENrequired secret — Coolify API token.COOLIFY_STRICT_VERSION— Fail on version mismatch.COOLIFY_ALLOW_WRITE— Enable write operations.COOLIFY_ALLOW_UNSAFE_LOGS— Allow raw logs without redaction (unsafe).COOLIFY_OPENAPI_REF— Override OpenAPI version ref (optional).
Related servers
mcp
AWS MCP servers for seamless integration with AWS services and resources.
mcp-server-cloudflare
Cloudflare MCP servers
kubefwd
Kubernetes port forwarding for local development with automatic /etc/hosts entries.
kubernetes-mcp-server
A Model Context Protocol (MCP) server for Kubernetes and OpenShift
mcp-server-kubernetes
/🏠 - Typescript implementation of Kubernetes cluster operations for pods, deployments, services.
Terraform
Generate more accurate Terraform and automate workflows for HCP Terraform and Terraform Enterprise
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry