
Zero-install remote MCP server for Supabase. Manage databases, auth, storage, and real-time subscriptions via a hosted HTTP endpoint. No local process required — connects directly to mcp.supabase.com.
Install via CLI
mog install mogteam/mcp-supabase-remoteConnection URL
https://mcp.supabase.com/mcpManual config
Supabase access token (from supabase.com/dashboard/account/tokens)
.cursor/mcp.json{
"mcpServers": {
"mogteam-mcp-supabase-remote": {
"url": "https://mcp.supabase.com/mcp",
"env": {
"SUPABASE_ACCESS_TOKEN": "<your-secret>"
}
}
}
}Or run mog install to configure automatically. MCP docs
Zero-install remote MCP server for Supabase. Manage databases, auth, storage, and real-time subscriptions via a hosted HTTP endpoint. No local process required — connects directly to mcp.supabase.com.
mog install mogteam/mcp-supabase-remote
This is a remote MCP server — no local installation needed. Your client connects directly to the hosted endpoint.
supabase database auth storage remote mcp
Sourced from Supabase (official) — ⭐ 3,200 stars.
No ratings yet.
@mogteam
Official curated skills and prompt templates from the mog.md team.
Source
Supabase (official)
github.com/supabase-community/supabase-mcpThis package is sourced from the above repository and distributed on mog under its original license.
Releases