Supabase MCP server
Manage a Supabase project — tables, SQL, and edge config.
How it runs
Supabase is a stdio MCP server. mcpfold launches it with:
npx -y @supabase/mcp-server-supabaseAdd to your config
mcpfold add @supabase/mcp-server-supabaseNeeds a token — mcpfold stores it as a reference (${env:SUPABASE_ACCESS_TOKEN}), never a value.
Listed for convenience; mcpfold is not affiliated with or endorsed by this project.