Skip to main content
Glama

Coolify MCP Server

by HowieDuhzit

coolify_create_service

Create a new service in Coolify by defining its name, server, project, environment, and Docker Compose configuration to deploy and manage applications.

Instructions

Create a new service

Input Schema

NameRequiredDescriptionDefault
descriptionNoService description
docker_compose_rawYesDocker Compose configuration
environment_nameYesEnvironment name
nameYesService name
project_uuidYesProject UUID
server_uuidYesServer UUID

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Service description", "type": "string" }, "docker_compose_raw": { "description": "Docker Compose configuration", "type": "string" }, "environment_name": { "description": "Environment name", "type": "string" }, "name": { "description": "Service name", "type": "string" }, "project_uuid": { "description": "Project UUID", "type": "string" }, "server_uuid": { "description": "Server UUID", "type": "string" } }, "required": [ "name", "server_uuid", "project_uuid", "environment_name", "docker_compose_raw" ], "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