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. |
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 | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/sj7trunks/reminder-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server