Skip to main content
Glama

Supabase MCP HTTP Stream Server

by BIFROTEK-com
Apache 2.0
4
env.example979 B
# Supabase Configuration (Required) SUPABASE_ACCESS_TOKEN=sbp_your_personal_access_token_here SUPABASE_PROJECT_REF=your_project_reference_id_here # MCP Server Configuration (Optional) MCP_FEATURES=database,docs,development,functions MCP_READ_ONLY=true MCP_PORT=3333 NODE_ENV=production # Security Configuration (Recommended for Production) # API Keys for authentication (comma-separated) # If not set, server runs in open mode with warnings MCP_API_KEYS=your-secret-api-key-1,your-secret-api-key-2 # Rate Limiting (requests per time window) MCP_RATE_LIMIT_REQUESTS=100 # Requests per 15 minutes for /mcp endpoint MCP_RATE_LIMIT_GENERAL=60 # Requests per minute for all endpoints # CORS Configuration (comma-separated origins) # Use "*" for all origins (not recommended for production) MCP_ALLOWED_ORIGINS=https://yourdomain.com,https://app.yourdomain.com # Deployment Configuration (for Coolify/Traefik) # Replace with your actual domain name DOMAIN=your-domain.com

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/BIFROTEK-com/supabase-mcp-http-stream-n8n'

If you have feedback or need assistance with the MCP directory API, please join our Discord server