Description
Provides comprehensive management for self-hosted Supabase deployments on Coolify platform with database migrations, SQL execution, edge function deployment and monitoring, storage bucket management, authentication provider configuration, and service health monitoring. Integrates with Coolify's API to control applications, services, databases, and environment variables for complete DevOps automation of Supabase infrastructure.
Installation
git clone https://github.com/dj-pearson/supabase-coolify-mcp-server Claude Desktop Configuration
Add this configuration to your Claude Desktop config file to enable this MCP server:
Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json
Config file location: %APPDATA%\Claude\claude_desktop_config.json
Config file location: ~/.config/Claude/claude_desktop_config.json
claude_desktop_config.json
{
"mcpServers": {
"supabase-coolify": {
"command": "node",
"args": [
"path/to/server.js"
]
}
}
}