Skip to main content
Glama

Coolify MCP Server

by GoCoder7

coolify_application_management

Deploy, manage, and monitor applications on Coolify MCP Server. Perform actions like start, stop, restart, or create applications, and retrieve status, details, or lists efficiently.

Instructions

Comprehensive application management: deploy, get info, list, check status, start/stop/restart, or create applications

Input Schema

NameRequiredDescriptionDefault
actionYesAction to perform on applications
applicationIdNoApplication ID (required for most actions except list/create)
branchNoGit branch to deploy
build_packNoBuild pack to use (for create action)
descriptionNoApplication description (for create action)
forceNoForce deployment even if another is in progress
git_branchNoGit branch (for create action)
git_repositoryNoGit repository URL (for create action)
nameNoApplication name (for create action)
serverIdNoFilter applications by server ID
statusNoFilter by application status

Input Schema (JSON Schema)

{ "properties": { "action": { "description": "Action to perform on applications", "enum": [ "deploy", "get", "list", "status", "start", "stop", "restart", "create" ], "type": "string" }, "applicationId": { "description": "Application ID (required for most actions except list/create)", "type": "string" }, "branch": { "description": "Git branch to deploy", "type": "string" }, "build_pack": { "description": "Build pack to use (for create action)", "type": "string" }, "description": { "description": "Application description (for create action)", "type": "string" }, "force": { "default": false, "description": "Force deployment even if another is in progress", "type": "boolean" }, "git_branch": { "description": "Git branch (for create action)", "type": "string" }, "git_repository": { "description": "Git repository URL (for create action)", "type": "string" }, "name": { "description": "Application name (for create action)", "type": "string" }, "serverId": { "description": "Filter applications by server ID", "type": "string" }, "status": { "description": "Filter by application status", "enum": [ "running", "stopped", "building", "error" ], "type": "string" } }, "required": [ "action" ], "type": "object" }
Install Server

Other Tools from Coolify MCP Server

Related Tools

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/GoCoder7/coolify-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server