Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Server port (leave unset for Railway as it will auto-assign) | 3001 |
| NODE_ENV | No | Environment mode (development or production) | development |
| LOG_LEVEL | No | Logging verbosity level (error, warn, info, or debug) | info |
| AUTH_TOKEN | Yes | Your generated auth token for MCP server authentication (generate with: openssl rand -hex 32) | |
| CORS_ORIGIN | No | Configure allowed CORS origins (* or specific domain) | * |
| OURA_CLIENT_ID | Yes | Your Oura OAuth application client ID from https://cloud.ouraring.com/oauth/applications | |
| OURA_REDIRECT_URI | Yes | OAuth callback URL (e.g., https://your-app.up.railway.app/oauth/callback or https://your-domain.ngrok.dev/oauth/callback) | |
| OURA_CLIENT_SECRET | Yes | Your Oura OAuth application client secret from https://cloud.ouraring.com/oauth/applications | |
| TOKEN_ENCRYPTION_KEY | Yes | Your 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
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |