Coolify Mcp
About
A Model Context Protocol (MCP) server for Coolify that lets AI assistants manage Coolify instances through natural language commands.
Details
- Author
- StuMason
- Downloads
- 564
- Categories
- Other
Jump to
- Manage servers: list, inspect, monitor resources
- Manage projects: create, update, delete, list
- Manage applications: create, delete, inspect
- Manage databases: create, update, delete (PostgreSQL, Redis, MongoDB, MySQL)
- Manage deployments: list, status, deploy, rebuild
- Manage services: create (WordPress, etc.), status, delete
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 McpCommand (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 with npx -y @masonator/coolify-mcp after setting the required environment variables COOLIFY_ACCESS_TOKEN and COOLIFY_BASE_URL. Configure the server in MCP-compatible clients like Claude Desktop or Cursor by providing the command and token.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"coolify mcp": {
"coolify": {
"command": "npx",
"args": [
"-y",
"@masonator/coolify-mcp"
],
"env": {
"COOLIFY_ACCESS_TOKEN": "",
"COOLIFY_BASE_URL": ""
}
}
}
}
}
McpServers
{
"coolify": {
"command": "npx",
"args": [
"-y",
"@masonator/coolify-mcp"
],
"env": {
"COOLIFY_ACCESS_TOKEN": "",
"COOLIFY_BASE_URL": ""
}
}
}
Coolify MCP Server
A Model Context Protocol (MCP) server implementation for Coolify, enabling AI assistants to interact with your Coolify instances through natural language.
Example Prompts
Here are example prompts you can use with MCP-compatible AI assistants to interact with your Coolify instance:
Server Management
```
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



