Reminder MCP Server
by sj7trunks
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | HTTP server bind address. Default: 0.0.0.0. | |
| PORT | No | HTTP server port. Default: 3000. | |
| API_KEY | Yes | Seed API key (hashed on first run). Required for HTTP mode. | |
| LOG_LEVEL | No | debug, info, warn, error. Default: info. | |
| REDIS_URL | No | Redis URL for vector storage (semantic search). | |
| SECRET_KEY | Yes | JWT signing secret. | |
| WEBHOOK_URL | No | Push notification endpoint. | |
| DATABASE_URL | No | PostgreSQL connection string. | |
| DATABASE_PATH | No | SQLite file path. Default: ./data/reminder.db. | |
| DATABASE_TYPE | No | sqlite or postgres. Default: sqlite. | |
| AUTHENTIK_HOST | No | Authentik base URL for SSO. | |
| OPENAI_API_KEY | No | OpenAI API key for semantic search. | |
| WEBHOOK_API_KEY | No | Bearer token for webhook. | |
| DEFAULT_TIMEZONE | No | Default timezone. Default: America/Los_Angeles. |
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
ActivityInactive
ResponsivenessNo issues