Skip to main content
Glama

Coolify MCP Server

by HowieDuhzit

coolify_create_database

Create a new database in Coolify by specifying name, type, and environment parameters for PostgreSQL, MySQL, MongoDB, Redis, and other supported database systems.

Instructions

Create a new database

Input Schema

NameRequiredDescriptionDefault
environment_nameYesEnvironment name
nameYesDatabase name
project_uuidYesProject UUID
server_uuidYesServer UUID
typeYesDatabase type

Input Schema (JSON Schema)

{ "properties": { "environment_name": { "description": "Environment name", "type": "string" }, "name": { "description": "Database name", "type": "string" }, "project_uuid": { "description": "Project UUID", "type": "string" }, "server_uuid": { "description": "Server UUID", "type": "string" }, "type": { "description": "Database type", "enum": [ "postgresql", "mysql", "mongodb", "redis", "mariadb", "clickhouse", "dragonfly", "keydb" ], "type": "string" } }, "required": [ "name", "server_uuid", "project_uuid", "environment_name", "type" ], "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