Use when Codex needs to query Supabase Postgres, manage auth, or trigger Edge Functions via the Supabase MCP server.
Provide a repeatable workflow for reading/writing Supabase data and invoking project automation endpoints through the hosted server configured in servers/supabase.
SUPABASE_PROJECT_REF and SUPABASE_ACCESS_TOKEN (service role or personal access token).docs/supabase/schema.md whenever the database changes (manual step).If SUPABASE_PROJECT_REF or SUPABASE_ACCESS_TOKEN are not present, source load_env.sh from the repository root before invoking MCP tools.
packages/migrations/ and have reviewers sign off before execution.query, functionCall, or auth tools. Always pass an explicit timeoutSeconds.BEGIN; ...; ROLLBACK dry runs first.docs/changelog.md for auditability.SUPABASE_ACCESS_TOKEN in the deployment pipeline.