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.
云与基础设施 分类下的更多 MCP 服务器
GCP MCP
eniayomiA Model Context Protocol (MCP) server that enables AI assistants like Claude to interact with your Google Cloud Platform environment. This allows for natural language querying and management of your GCP resources during conversations.
🐋 Docker MCP server
ckreilingMCP server for Docker
Azure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps
Run Model Context Protocol (MCP) servers with AWS Lambda
awslabsRun existing Model Context Protocol (MCP) stdio-based servers in AWS Lambda functions
AWS MCP
RafalWilinskiTalk with your AWS using Claude. Model Context Protocol (MCP) server for AWS. Better Amazon Q alternative.
评论