Docs/Bootstrap/MCP Base/Supabase Keys

Supabase Keys

Add Supabase credentials to .env.local. The MCP will ask you to paste them from the dashboard.

Find keys in Supabase

  1. Open your project in the Supabase dashboard.
  2. Go to Project Settings / API.
  3. Copy the project URL and anon key.
  4. Go to Project Settings / API Keys.
  5. Copy the service role key.

Links: supabase.com/dashboard

Do not fetch keys via CLI
The service role key is always truncated in CLI/API output. The MCP will only accept keys you paste from the dashboard.

Environment variables

NEXT_PUBLIC_SUPABASE_URL=...
NEXT_PUBLIC_SUPABASE_ANON_KEY=...
SUPABASE_SERVICE_ROLE_KEY=...
Supabase Keys | MCP Base | VibeCodeMax Docs