Skip to main content
Glama

list_servers

Retrieve all servers managed by the Coolify self-hosted PaaS platform to monitor infrastructure and manage deployments.

Instructions

List all servers in Coolify

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • Handler that executes the list_servers tool by calling the Coolify API GET /servers endpoint.
    case 'list_servers': return client.get('/servers');
  • Schema definition including name, description, and input schema (no parameters required) for the list_servers tool.
    { name: 'list_servers', description: 'List all servers in Coolify', inputSchema: { type: 'object', properties: {}, required: [] } },
  • src/index.ts:37-38 (registration)
    Registration of all tools (including list_servers) via the dynamic getToolDefinitions() call in the MCP server's ListTools handler.
    tools: getToolDefinitions() }));
  • Inclusion of list_servers in the READ_ONLY_TOOLS array, which determines availability in read-only mode and filters tool definitions.
    'list_servers',

Other Tools

Latest Blog Posts

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

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