Skip to main content
Glama

Coolify MCP Server

get_project

Retrieve detailed information about a specific Coolify project, including its environments and configuration data, using the project's unique identifier.

Instructions

Get details of a specific project including its environments.

Input Schema

NameRequiredDescriptionDefault
project_uuidYesUUID of the project to retrieve. Get this from list_projects.

Input Schema (JSON Schema)

{ "properties": { "project_uuid": { "description": "UUID of the project to retrieve. Get this from list_projects.", "examples": [ "sg4gsws44wksg040o4ok80ww" ], "pattern": "^[a-zA-Z0-9]+$", "type": "string" } }, "required": [ "project_uuid" ], "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