Loading MCP server directory, please wait...
MCP server for Coolify API operations.
npx @getmcp/cli add io.github.frndchagas/coolify-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
COOLIFY_BASE_URLCoolify API base URL.
COOLIFY_TOKENCoolify API token.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.frndchagas/coolify-mcp": {
"command": "npx",
"args": [
"-y",
"@fndchagas/coolify-mcp"
],
"env": {
"COOLIFY_BASE_URL": "",
"COOLIFY_TOKEN": "",
"COOLIFY_STRICT_VERSION": "false",
"COOLIFY_ALLOW_WRITE": "true",
"COOLIFY_OPENAPI_REF": ""
}
}
}
}