Skip to main content
Glama

Coolify MCP Server

create_private_key

Add an SSH private key to Coolify for secure server authentication or Git repository access by providing a unique name and valid PEM key content.

Instructions

Create a new SSH private key in Coolify for server authentication or Git repository access.

Input Schema

NameRequiredDescriptionDefault
descriptionNoOptional description of the key's purpose or usage
nameYesA unique, human-readable name for the private key
private_keyYesThe SSH private key content in PEM format. Must be a valid SSH private key.

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Optional description of the key's purpose or usage", "examples": [ "SSH key for production server access", "Deploy key for GitHub repositories" ], "type": "string" }, "name": { "description": "A unique, human-readable name for the private key", "examples": [ "production-server-key", "github-deploy-key" ], "type": "string" }, "private_key": { "description": "The SSH private key content in PEM format. Must be a valid SSH private key.", "examples": [ "-----BEGIN RSA PRIVATE KEY-----\n...key content...\n-----END RSA PRIVATE KEY-----" ], "type": "string" } }, "required": [ "name", "private_key" ], "type": "object" }

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

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