Daily Reflection
by hadiux0295
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port for the HTTP server. Default is 3939 (e.g., :3939/mcp). | 3939 |
| SIM_MODEL | No | Model name used by the web simulation. Default is nvidia/nemotron-3-super-120b-a12b:free on OpenRouter. | nvidia/nemotron-3-super-120b-a12b:free |
| DR_DB_PATH | No | File path to the SQLite database file used for storing journal entries and profiles. | |
| SIM_API_KEY | No | API key for the Nebius Token Factory model provider, used by the web simulation (/sim/chat). | |
| SIM_API_BASE | No | Base URL for the Nebius Token Factory API, e.g. https://api.tokenfactory.nebius.com/v1. | |
| SAJU_LENS_URL | No | URL of the saju lens service endpoint. Optional; without it, get_daily_lens returns lens_unavailable. | |
| DR_ACCESS_TOKEN | No | Access token for protecting /mcp and /profiles endpoints on public deployments. Clients must send X-DR-Token with this token. | |
| DR_SQLITE_JOURNAL | No | SQLite journal mode override. Set to DELETE for Cloud Run with FUSE (WAL does not work on FUSE). | WAL |
| OPENROUTER_API_KEY | No | Alternative API key for OpenRouter, used by the web simulation instead of SIM_API_KEY. | |
| REFLECTION_SERVICE_KEY | No | Service key for the optional saju lens endpoint. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
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 | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues