# Supabase MCP Server Environment Configuration
# Copy this file to .env to configure your server
# Required for remote Supabase projects (optional for local development)
SUPABASE_PROJECT_REF=your-project-ref # Your project reference from dashboard URL
SUPABASE_DB_PASSWORD=your-db-password # Database password for your project
# Optional configuration
SUPABASE_REGION=us-east-1 # Region where your Supabase project is hosted (defaults to us-east-1)
SUPABASE_ACCESS_TOKEN=your-personal-access-token # Required for Management API tools
SUPABASE_SERVICE_ROLE_KEY=your-service-role-key # Required for Auth Admin SDK tools
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/alexander-zuev/supabase-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server