Skip to main content
Glama

Coolify MCP Server

get_server_domains

Retrieve configured domains for a Coolify server to manage traffic routing to applications and services using the server's unique identifier.

Instructions

Get a list of domains configured for a server. These domains are used for routing traffic to applications and services.

Input Schema

NameRequiredDescriptionDefault
uuidYesID of the server to get domains for. Get this from list_servers.

Input Schema (JSON Schema)

{ "properties": { "uuid": { "description": "ID of the server to get domains for. Get this from list_servers.", "examples": [ "f8wcgww" ], "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/wrediam/coolify-mcp-server'

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