dueday
by rejamong
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Internal container port. | 3000 |
| DB_PATH | No | SQLite database file path (WAL). | ./data/todo.db |
| API_TOKEN | Yes | Bearer token protecting /api and /mcp. Required, at least 16 characters. | |
| HOST_PORT | No | Port exposed on the host by docker compose. | 3080 |
| GBRAIN_URL | No | gbrain MCP endpoint. Set together with one of the gbrain credentials to enable sync. | |
| PUBLIC_URL | No | Public origin exposed by the tunnel. Setting with OWNER_PASSWORD enables OAuth. | |
| GBRAIN_TOKEN | No | Static bearer token for gbrain. | |
| TUNNEL_TOKEN | No | cloudflared token for the tunnel profile. | |
| WEB_PASSWORD | No | Web UI login password only (at least 4 characters, PIN allowed). Locks after 5 failures/15 min, 30 total/15 min. | |
| OAUTH_CLIENTS | No | Multiple clients: id|redirect1,redirect2[|secret];... Setting this replaces OAUTH_CLIENT_ID and OAUTH_REDIRECT_URIS. | |
| OWNER_PASSWORD | No | Password for the /authorize approval page, at least 12 characters. Used for web login if WEB_PASSWORD is absent. | |
| OAUTH_CLIENT_ID | No | Pre-registered public OAuth client ID. | chatgpt |
| GBRAIN_CLIENT_ID | No | OAuth client_credentials client ID for gbrain (recommended). Tokens are automatically issued and cached. | |
| RATE_LIMIT_PER_MIN | No | Per-client (IP or token) requests per minute. | 60 |
| OAUTH_REDIRECT_URIS | No | Allowed redirect URIs, comma-separated. https://chatgpt.com/connector/oauth/<id> is always allowed. | ChatGPT defaults |
| GBRAIN_CLIENT_SECRET | No | OAuth client_credentials client secret for gbrain. |
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