Skip to main content
Glama

Coolify MCP Server

by StuMason

get-application

Retrieve an application's status, configuration, and deployment details by providing its UUID through the Coolify MCP Server. Simplify application management tasks with direct access to essential data.

Instructions

Retrieve detailed information about a specific application using its UUID. This includes the application's status, configuration, and deployment details.

Input Schema

NameRequiredDescriptionDefault
uuidYesResource UUID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "uuid": { "description": "Resource UUID", "type": "string" } }, "required": [ "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/StuMason/coolify-mcp-server'

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