Coolify MCP for Cline
io.github.frndchagas/coolify-mcp
MCP server for Coolify API operations.
client:Cline
transport:stdio
runtime:npm
Install Coolify MCP in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"coolify-mcp": {
"command": "npx",
"args": [
"-y",
"@fndchagas/coolify-mcp"
],
"env": {
"COOLIFY_BASE_URL": "<COOLIFY_BASE_URL>",
"COOLIFY_TOKEN": "<COOLIFY_TOKEN>",
"COOLIFY_STRICT_VERSION": "<COOLIFY_STRICT_VERSION>",
"COOLIFY_ALLOW_WRITE": "<COOLIFY_ALLOW_WRITE>",
"COOLIFY_ALLOW_UNSAFE_LOGS": "<COOLIFY_ALLOW_UNSAFE_LOGS>",
"COOLIFY_OPENAPI_REF": "<COOLIFY_OPENAPI_REF>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs