Skip to main content
Glama

Coolify MCP Server

private-keys

Manage private keys on Coolify MCP Server. Perform operations like list, get, create, update, or delete keys using JSON requests for secure infrastructure control.

Input Schema

NameRequiredDescriptionDefault
bodyNoJSON request body
idNoPrivate Key UUID
operationYesOperation to perform

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "body": { "description": "JSON request body", "type": "string" }, "id": { "description": "Private Key UUID", "type": "string" }, "operation": { "description": "Operation to perform", "enum": [ "list", "get", "create", "update", "delete" ], "type": "string" } }, "required": [ "operation" ], "type": "object" }
Install Server

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

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