Skip to main content
Glama

MCP Reminders

by MikeyBeez

remind_me

Set and manage reminders across sessions with customizable priority levels. Ideal for organizing tasks and notes efficiently within AI-assisted workflows.

Instructions

Add a reminder

Input Schema

NameRequiredDescriptionDefault
priorityNoPriority level (default: normal)
reminderYesWhat to remember

Input Schema (JSON Schema)

{ "properties": { "priority": { "description": "Priority level (default: normal)", "enum": [ "high", "normal", "low" ], "type": "string" }, "reminder": { "description": "What to remember", "type": "string" } }, "required": [ "reminder" ], "type": "object" }
Install Server

Other Tools from MCP Reminders

Related Tools

    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/MikeyBeez/mcp-reminders'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server