Supabase MCP Server on Phala Cloud
@tolak
About Supabase MCP Server on Phala Cloud
Remote Supabase MCP server on Phala Cloud
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"supabase-mcp-server-tolak": {
"command": "docker",
"args": [
"build",
"--platform",
"linux/amd64",
"-t",
"<your",
"image",
"name>",
"."
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Supabase MCP Server on Phala Cloud?
This server hosts the Supabase MCP server in a Trusted Execution Environment (TEE) on Phala Cloud. It is a fork of the official supabase-community MCP server, adding Docker support and SSE transport for remote hosting and easy deployment.
How to use Supabase MCP Server on Phala Cloud?
Deploy on Phala Cloud by copying the provided docker-compose.yml to the Phala Cloud deployment dashboard and setting environment variables. Alternatively, build locally using docker build --platform linux/amd64 -t <image> . and run with docker compose up after setting SUPABASE_ACCESS_TOKEN. Verify the server using npx @modelcontextprotocol/inspector and connect via SSE URL http://localhost:3000/sse.
Key features of Supabase MCP Server on Phala Cloud
- Hosts Supabase MCP in TEE on Phala Cloud
- Adds Docker support for easy deployment
- Supports SSE transport for remote access
- Forked from official supabase-community MCP server
Use cases of Supabase MCP Server on Phala Cloud
- Deploy a secure Supabase MCP server in a TEE environment
- Remotely access Supabase MCP capabilities via SSE
- Run the server locally with Docker for development
FAQ from Supabase MCP Server on Phala Cloud
What is the difference from the official Supabase MCP server?
This fork adds Docker support and SSE transport, enabling deployment on Phala Cloud and remote hosting via HTTPS/SSE.
What runtime dependencies are required?
Docker and a Phala Cloud account (for cloud deployment) or a local Docker environment for self-hosting.
How do I authenticate with the server?
Set the environment variable SUPABASE_ACCESS_TOKEN with your Supabase access token before launching the server.
What transport protocol does the server use?
The server uses SSE (Server-Sent Events) transport, accessible at http://localhost:3000/sse when running locally.
Can I deploy this on my own infrastructure?
Yes, you can build and run the Docker image locally using the provided Dockerfile and docker-compose.yml, or deploy to any Docker-compatible platform.
More Cloud & Infrastructure MCP servers
AWS MCP Servers
awslabsOpen source MCP Servers for AWS
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.
Terraform MCP Server
hashicorpThe Terraform MCP Server provides seamless integration with Terraform ecosystem, enabling advanced automation and interaction capabilities for Infrastructure as Code (IaC) development.
aws-finops-mcp-server
ravikiranvmAn MCP (Model Context Protocol) server that brings powerful AWS FinOps capabilities directly into your AI assistant. Analyze cloud costs, audit for waste, and get budget insights using natural language, all while keeping your credentials secure on your local machine.
MCP Server Kubernetes
Flux159MCP Server for kubernetes management commands
Comments