Skip to main content
Glama

Database MCP Server

env.example740 B
# Database MCP Server Environment Variables # Copy this file to .env.local for local development # Database Configuration DATABASE_URL=postgresql://username:password@hostname:port/database_name # GitHub OAuth Configuration GITHUB_CLIENT_ID=your_github_client_id GITHUB_CLIENT_SECRET=your_github_client_secret # Security COOKIE_ENCRYPTION_KEY=your_random_32_char_key_from_openssl_rand_hex_32 # Access Control (comma-separated GitHub usernames) ALLOWED_USERNAMES=your_github_username,other_allowed_user # Example Supabase URL format: # DATABASE_URL=postgresql://postgres:your_password@db.your_project_ref.supabase.co:5432/postgres # Example PostgreSQL URL format: # DATABASE_URL=postgresql://myuser:mypassword@localhost:5432/mydatabase

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/EmilyThaHuman/database-mcp'

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