Skip to main content
Glama

Coolify MCP Server

by HowieDuhzit

coolify_create_dockerimage_application

Create and deploy Docker image applications in Coolify by specifying project, server, environment, image details, and port configurations.

Instructions

Create a Docker image application

Input Schema

NameRequiredDescriptionDefault
docker_registry_image_nameYesDocker registry image name
docker_registry_image_tagNoDocker registry image taglatest
environment_nameYesEnvironment name
nameNoApplication name
ports_exposesYesPort configuration
project_uuidYesProject UUID
server_uuidYesServer UUID

Input Schema (JSON Schema)

{ "properties": { "docker_registry_image_name": { "description": "Docker registry image name", "type": "string" }, "docker_registry_image_tag": { "default": "latest", "description": "Docker registry image tag", "type": "string" }, "environment_name": { "description": "Environment name", "type": "string" }, "name": { "description": "Application name", "type": "string" }, "ports_exposes": { "description": "Port configuration", "type": "string" }, "project_uuid": { "description": "Project UUID", "type": "string" }, "server_uuid": { "description": "Server UUID", "type": "string" } }, "required": [ "project_uuid", "server_uuid", "environment_name", "docker_registry_image_name", "ports_exposes" ], "type": "object" }

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/HowieDuhzit/CoolifyMCP'

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