Skip to main content
Glama

Coolify MCP Server

by HowieDuhzit

coolify_create_postgresql_database

Create a PostgreSQL database in Coolify by specifying name, server, project, and environment parameters for database provisioning.

Instructions

Create a PostgreSQL database

Input Schema

NameRequiredDescriptionDefault
environment_nameYesEnvironment name
nameYesDatabase name
postgresql_dbNoPostgreSQL database name
postgresql_passwordNoPostgreSQL password
postgresql_userNoPostgreSQL user
project_uuidYesProject UUID
server_uuidYesServer UUID

Input Schema (JSON Schema)

{ "properties": { "environment_name": { "description": "Environment name", "type": "string" }, "name": { "description": "Database name", "type": "string" }, "postgresql_db": { "description": "PostgreSQL database name", "type": "string" }, "postgresql_password": { "description": "PostgreSQL password", "type": "string" }, "postgresql_user": { "description": "PostgreSQL user", "type": "string" }, "project_uuid": { "description": "Project UUID", "type": "string" }, "server_uuid": { "description": "Server UUID", "type": "string" } }, "required": [ "name", "server_uuid", "project_uuid", "environment_name" ], "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