We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Jakedismo/master-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
environment.md•363 B
---
title: Environment Variables
---
# Environment Variables
Common variables
- `NODE_ENV`: `development` | `production`
- `PORT`: overrides `hosting.port`
- OAuth secrets: `MASTER_OAUTH_CLIENT_SECRET`, provider secrets
- Encryption: key name from `security.config_key_env`
Use `.env` for local development and set secrets via platform secrets in production.