Skip to main content
Glama

config-status

Check the current configuration status of your Coolify deployments to verify settings and ensure proper operation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • Registration of the 'config-status' tool with an inline handler that returns a fixed error message about missing Coolify configuration when client setup fails. No input schema is defined.
    server.tool(
      'config-status',
      {},
      async () => ({
        content: [{ 
          type: 'text', 
          text: 'Coolify MCP server is running but not configured. Please set COOLIFY_API_URL and COOLIFY_API_TOKEN environment variables to enable Coolify API access.' 
        }]
      })
    );
  • Inline handler function for 'config-status' tool, which always returns a text content explaining the configuration issue.
      async () => ({
        content: [{ 
          type: 'text', 
          text: 'Coolify MCP server is running but not configured. Please set COOLIFY_API_URL and COOLIFY_API_TOKEN environment variables to enable Coolify API access.' 
        }]
      })
    );

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

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