supabase-mcp-server

supabase-mcp-server

3.2

If you are the rightful owner of supabase-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Supabase MCP Server is hosted in TEE on Phala Cloud, with added docker support and SSE transport.

Supabase MCP Server on Phala Cloud

The Supabase MCP Server hosting in TEE on Phala Cloud.

Note the implementation code is fork from supabase, we add docker support make it can be deployed on Phala Cloud. And add transport sse support in to make the server can be hosted remotely.

Deploy on Phala Cloud

To deploy on Phala Cloud, only thing you need to do is copy the to Phala Cloud deployment dashboard and set environment when deploy it. Head to Phala Cloud doc for more details.

Build locally

  • Build the docker image
docker build --platform linux/amd64 -t <your image name> .
  • Run with docker compose

set environment variable SUPABASE_ACCESS_TOKEN=your_token_here. Then issue command to launch it.

docker compose up
  • Verify your server

Run npx @modelcontextprotocol/inspector (a MCP debug tool) and open its URL in browser. Then connect your server with sse URL "http://localhost:3000/sse".