Skip to main content
Glama
monuit
by monuit
.env.example937 B
# MCP Server Authentication # Generate with: openssl rand -hex 32 AUTH_TOKEN=your-random-token-here # Oura OAuth Credentials # Get these from: https://cloud.ouraring.com/oauth/applications OURA_CLIENT_ID=your-oura-client-id OURA_CLIENT_SECRET=your-oura-client-secret # For Railway: https://your-app.up.railway.app/oauth/callback # For ngrok: https://your-domain.ngrok.dev/oauth/callback # For local: http://localhost:3001/oauth/callback OURA_REDIRECT_URI=https://your-app.up.railway.app/oauth/callback # Server Configuration PORT=3001 NODE_ENV=production # Token Encryption # Generate with: openssl rand -hex 32 TOKEN_ENCRYPTION_KEY=your-64-character-hex-encryption-key # CORS Origin - set to * to allow all origins CORS_ORIGIN=* # Optional: Logging # Available levels: error, warn, info, debug (default: info) LOG_LEVEL=info # Optional: Cache Configuration # Cache time-to-live in seconds (default: 300 = 5 minutes) CACHE_TTL=300

Latest Blog Posts

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/monuit/oura-mcp-server'

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