Skip to main content
Glama

Coolify MCP Server

by HowieDuhzit

coolify_create_server

Create a new server in Coolify by specifying name, IP address, SSH credentials, and optional description to expand your infrastructure management capabilities.

Instructions

Create a new server

Input Schema

NameRequiredDescriptionDefault
descriptionNoServer description
ipYesServer IP address
nameYesServer name
portNoSSH port
private_key_idNoPrivate key ID
userNoSSH userroot

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Server description", "type": "string" }, "ip": { "description": "Server IP address", "type": "string" }, "name": { "description": "Server name", "type": "string" }, "port": { "default": 22, "description": "SSH port", "type": "number" }, "private_key_id": { "description": "Private key ID", "type": "string" }, "user": { "default": "root", "description": "SSH user", "type": "string" } }, "required": [ "name", "ip" ], "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