reminder-mcp
by arifszn
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CRON_JOB_API_KEY | Yes | API key from cron-job.org | |
| TELEGRAM_CHAT_ID | No | Chat ID for Telegram (required if platform is telegram) | |
| SLACK_WEBHOOK_URL | No | Webhook URL for Slack (required if platform is slack) | |
| TELEGRAM_BOT_TOKEN | No | Bot token from @BotFather (required if platform is telegram) | |
| NOTIFICATION_PLATFORM | Yes | Either 'slack' or 'telegram' |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get-remindersA | Get all reminders |
| get-current-timeA | Get the current local time |
| create-reminderC | Create a reminder You MUST call this function before 'get-current-time' to obtain the current time. |
| delete-reminderA | Delete reminders by title, processed, or all |
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
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/arifszn/reminder-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server