Skip to main content
Glama

Coolify MCP Server

create_project

Create a new project to organize applications and services within Coolify deployments, enabling DevOps teams to structure their infrastructure and manage resources effectively.

Instructions

Create a new project to organize applications and services.

Input Schema

NameRequiredDescriptionDefault
descriptionNoOptional description of the project
nameYesName of the project

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Optional description of the project", "examples": [ "Production environment for my application" ], "type": "string" }, "name": { "description": "Name of the project", "examples": [ "My App" ], "type": "string" } }, "required": [ "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