Coolify MCP Server
Description
# Coolify MCP Server <img src="graphics/CoolifyMCP.png" width="256" alt="Coolify MCP Logo" /> A Model Context Protocol (MCP) server providing full coverage of the **Coolify v4.1.1** REST API. Manage applications, databases, services, servers, deployments, and more — all from any…
About
# Coolify MCP Server <img src="graphics/CoolifyMCP.png" width="256" alt="Coolify MCP Logo" /> A Model Context Protocol (MCP) server providing full coverage of the **Coolify v4.1.1** REST API. Manage applications, databases, services, servers, deployments, and more — all from any MCP-compatible AI client. <a…
Details
- Author
- wrediam
- GitHub stars
- 42
- Downloads
- 338
- Categories
- Cloud Service, Infrastructure, Database, Other
Jump to
- Full coverage of the Coolify v4.1.1 REST API
- Manage applications, databases, services, and servers
- Control deployments, teams, and projects
- Supports public and private application creation
- Manage environments, private keys, and cloud tokens
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Coolify MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install globally with npm install -g coolify-mcp-server or run with npx coolify-mcp-server. Set two environment variables: COOLIFY_BASE_URL (your Coolify instance URL) and COOLIFY_TOKEN (your API bearer token). Configure the server in your MCP client (e.g., Claude Desktop, Windsurf, Cline) using the provided JSON settings.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"coolify mcp server": {
"coolify-mcp-server": {
"command": "npx",
"args": [
"coolify-mcp-server"
]
}
}
}
}
McpServers
{
"coolify-mcp-server": {
"command": "npx",
"args": [
"coolify-mcp-server"
]
}
}
Coolify MCP Server

A Model Context Protocol (MCP) server providing full coverage of the Coolify v4.1.1 REST API. Manage applications, databases, services, servers, deployments, and more — all from any MCP-compatible AI client.
<a href="https://glama.ai/mcp/servers/@wrediam/coolify-mcp-server">
</a>
> Compatibility: Coolify v4.1.1+ (stable, non-beta). API base: https://<your-coolify-instance>/api/v1
Prerequisites
- Node.js 18 or higher
- A running Coolify v4.1.1+ instance
- A Coolify API token (from Security → API Tokens in the dashboard)
Installation
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



