Skip to main content
Glama

Coolify MCP Server

create_environment

Create a new environment within a Coolify project to organize deployments, applications, and services for different stages like development, staging, or production.

Instructions

Create a new environment within a project.

Input Schema

NameRequiredDescriptionDefault
descriptionNoOptional description of the environment
nameYesName of the environment
project_uuidYesUUID of the project where this environment will be created

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Optional description of the environment", "examples": [ "Staging environment for testing" ], "type": "string" }, "name": { "description": "Name of the environment", "examples": [ "staging", "production", "development" ], "type": "string" }, "project_uuid": { "description": "UUID of the project where this environment will be created", "examples": [ "sg4gsws44wksg040o4ok80ww" ], "pattern": "^[a-zA-Z0-9]+$", "type": "string" } }, "required": [ "project_uuid", "name" ], "type": "object" }

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

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