Skip to main content
Glama
monuit
by monuit

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoServer port (leave unset for Railway as it will auto-assign)3001
NODE_ENVNoEnvironment mode (development or production)development
LOG_LEVELNoLogging verbosity level (error, warn, info, or debug)info
AUTH_TOKENYesYour generated auth token for MCP server authentication (generate with: openssl rand -hex 32)
CORS_ORIGINNoConfigure allowed CORS origins (* or specific domain)*
OURA_CLIENT_IDYesYour Oura OAuth application client ID from https://cloud.ouraring.com/oauth/applications
OURA_REDIRECT_URIYesOAuth callback URL (e.g., https://your-app.up.railway.app/oauth/callback or https://your-domain.ngrok.dev/oauth/callback)
OURA_CLIENT_SECRETYesYour Oura OAuth application client secret from https://cloud.ouraring.com/oauth/applications
TOKEN_ENCRYPTION_KEYYesYour generated encryption key for OAuth token encryption using AES-256-GCM (generate with: openssl rand -hex 32)

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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