Skip to main content
Glama

config-status

Check and retrieve the current configuration status of Coolify MCP Server deployments to ensure proper setup and operational readiness.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • Registers the 'config-status' tool. The tool has an empty input schema and an inline asynchronous handler function that returns a markdown content block explaining that the Coolify MCP server is running but lacks required environment variable configuration (COOLIFY_API_URL and COOLIFY_API_TOKEN). This registration occurs when the configuration check fails.
    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 the 'config-status' tool. It executes by returning a static response indicating the server is unconfigured, providing instructions on required environment variables. No input parameters are processed.
    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.' }] })

Other Tools

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

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