Skip to main content
Glama

Coolify MCP Server

by HowieDuhzit

coolify_create_security_key

Generate a new SSH security key for secure access to Coolify infrastructure resources, enabling encrypted authentication and secure server connections.

Instructions

Create a new security key

Input Schema

NameRequiredDescriptionDefault
descriptionNoKey description
keyYesSSH private key content
nameYesKey name

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Key description", "type": "string" }, "key": { "description": "SSH private key content", "type": "string" }, "name": { "description": "Key name", "type": "string" } }, "required": [ "name", "key" ], "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