Supabase MCP Server

by alexander-zuev
Verified
Apache 2.0
438
  • Apple
  • Linux
# Supabase MCP Server Test Environment # Copy this file to .env.test and modify as needed for your tests # Connection settings for test database SUPABASE_PROJECT_REF=127.0.0.1:54322 SUPABASE_DB_PASSWORD=postgres # Optional: Management API access token (for API tests) # SUPABASE_ACCESS_TOKEN=your_access_token # Optional: Service role key (for auth tests) # SUPABASE_SERVICE_ROLE_KEY=your_service_role_key