Skip to main content
Glama

Coolify MCP Server

by HowieDuhzit

coolify_create_dockerfile_application

Create and deploy Dockerfile-based applications by configuring project settings, server details, Git repository, and port exposure for containerized deployments.

Instructions

Create a Dockerfile application

Input Schema

NameRequiredDescriptionDefault
dockerfile_locationNoDockerfile location/Dockerfile
environment_nameYesEnvironment name
git_branchNoGit branchmain
git_repositoryYesGit repository URL
nameNoApplication name
ports_exposesYesPort configuration
project_uuidYesProject UUID
server_uuidYesServer UUID

Input Schema (JSON Schema)

{ "properties": { "dockerfile_location": { "default": "/Dockerfile", "description": "Dockerfile location", "type": "string" }, "environment_name": { "description": "Environment name", "type": "string" }, "git_branch": { "default": "main", "description": "Git branch", "type": "string" }, "git_repository": { "description": "Git repository URL", "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", "git_repository", "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