Supabase Login
Authenticate with the Supabase CLI using browser-based login.
Using an AI tool?
If you are in a non-TTY environment (Cursor or Windsurf), use the MCP login flow.
Browser Login
Run the login command in your terminal:
supabase loginThis opens your browser to authenticate. Once approved, you'll be logged in.
Verify Login
Confirm you're logged in by listing your projects:
supabase projects listYou should see a list of your Supabase projects. If you get an authentication error, try logging in again.
