Skip to main content
Glama

Coolify MCP Server

databases

Manage and control databases on the Coolify MCP Server by performing operations like create, update, delete, start, stop, and restart for PostgreSQL, MySQL, MongoDB, Redis, and more.

Input Schema

NameRequiredDescriptionDefault
bodyNoJSON request body
idNoDatabase 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": "Database UUID", "type": "string" }, "operation": { "description": "Operation to perform", "enum": [ "list", "get", "update", "delete", "create_postgresql", "create_clickhouse", "create_dragonfly", "create_redis", "create_keydb", "create_mariadb", "create_mysql", "create_mongodb", "start", "stop", "restart" ], "type": "string" } }, "required": [ "operation" ], "type": "object" }

You must be authenticated.

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