Supabase Coolify Mcp Server
@dj-pearson
Supabase Coolify Mcp Server について
The Supabase Coolify MCP Server enables AI agents to fully manage self-hosted Supabase instances on Coolify. It provides 52 production-ready tools for database migrations (with rollback), edge functions, storage, authentication, and health monitoring. Features include Zod-based i
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"supabase-coolify": {
"command": "npx",
"args": [
"-y",
"supabase-coolify-mcp-server"
],
"env": {
"COOLIFY_API_URL": "http://localhost:8000",
"COOLIFY_API_TOKEN": "your-coolify-api-token",
"SUPABASE_URL": "https://your-supabase-instance.example.com",
"SUPABASE_SERVICE_ROLE_KEY": "your-service-role-key"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Supabase Coolify MCP Server?
A TypeScript MCP server for managing self-hosted Supabase instances on Coolify. It enables AI agents to deploy database migrations, push edge functions, configure auth and storage, manage Coolify applications, and monitor service health.
How to use Supabase Coolify MCP Server?
Install via npm install -g supabase-coolify-mcp-server or run directly with npx -y supabase-coolify-mcp-server. Configure required environment variables (COOLIFY_API_URL, COOLIFY_API_TOKEN, SUPABASE_URL, SUPABASE_SERVICE_ROLE_KEY). Add the server to your MCP client (e.g., Claude Desktop) using the command npx -y supabase-coolify-mcp-server with the env variables.
Key features of Supabase Coolify MCP Server
- Database migration deployment, tracking, rollback, and management
- Edge function deployment, invocation, monitoring, and deletion
- Storage bucket creation, listing, and deletion
- Auth and realtime configuration via tools
- Coolify app lifecycle (list, deploy, start, stop, restart)
- Health checks for Supabase services and Coolify connection
- Zod-based input validation and comprehensive error handling
- One-click Supabase deployment on Coolify
Use cases of Supabase Coolify MCP Server
- Deploy a complete self-hosted Supabase instance on Coolify
- Manage database migrations with safe rollback support
- Push and monitor edge functions for serverless logic
- Configure authentication providers and storage buckets
- Control Coolify applications and access their logs
FAQ from Supabase Coolify MCP Server
What are the prerequisites?
Node.js >= 18.0.0, a Coolify instance (self-hosted or cloud), a Coolify API token, and a self-hosted Supabase instance (or ready to deploy one).
How do I get a Coolify API token?
Log into your Coolify instance, navigate to "Keys & Tokens" > "API tokens", click "Create New Token", select permissions (recommended: *), and copy the generated token.
How do I get a Supabase service role key?
For self-hosted Supabase, go to Settings > API in the Supabase dashboard and copy the service_role key, or retrieve it from environment variables ($SERVICE_ROLE_KEY).
What environment variables are required?
COOLIFY_API_URL, COOLIFY_API_TOKEN, SUPABASE_URL, and SUPABASE_SERVICE_ROLE_KEY. Optional variables include COOLIFY_TEAM_ID, SUPABASE_ANON_KEY, SUPABASE_PROJECT_ID, and direct database connection settings.
Is Node.js required?
Yes, Node.js version 18 or higher is required to run the server.
「クラウドとインフラ」の他のコンテンツ
Azure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps
Awesome DevOps MCP Servers
rohitg00A curated list of awesome MCP servers focused on DevOps tools and capabilities.
🐋 Docker MCP server
ckreilingMCP server for Docker
MCP Server Kubernetes
Flux159MCP Server for kubernetes management commands
MCP Gateway
mcp-ecosystem🧩 MCP Gateway - A lightweight gateway service that instantly transforms existing MCP Servers and APIs into MCP servers with zero code changes. Features Docker deployment and management UI, requiring no infrastructure modifications.
コメント