UnRemind.me MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@UnRemind.me MCP ServerCapture this as an Unreminder: water the plants when I'm home and online."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
UnRemind.me MCP Server
Remote MCP server for UnRemind.me — context-aware reminders that surface when your situation matches, instead of firing at a fixed time.
An "Unreminder" carries context tags — where you are, what device you have, whether you're online, who's around, how much time and energy you have — and surfaces when your current context matches. Tasks can also be delegated to AI agents, each with scoped access rights and an audit log the owner reviews.
Endpoint · https://unremind.me/mcp
Transport · Streamable HTTP (JSON-RPC 2.0) · Auth · Bearer token ·
Tools · 16 · Prompts · 4
Connect
In the app: Settings → AI agents → MCP access → Create token. The token is shown once.
Add the server to your MCP client:
{
"mcpServers": {
"unremind": {
"type": "streamable-http",
"url": "https://unremind.me/mcp",
"headers": { "Authorization": "Bearer unr_YOUR_TOKEN" }
}
}
}Verified with Claude and ChatGPT custom connectors (desktop and mobile). Full walkthrough: https://unremind.me/mcp/
Each token is a separate agent in the app, with its own access rights, its own audit log, and an optional expiry. Revoke any of them from the same screen without affecting the others.
Related MCP server: Coach AI
Tools
See TOOLS.md for all 16 with descriptions. Every tool carries
MCP behavioural annotations (readOnlyHint, destructiveHint,
idempotentHint, openWorldHint) so a client knows which are safe to call
without confirming and which must not be blindly retried.
Prompts
Four user-invocable prompts, available from your MCP client's prompt menu:
Prompt | |
What can I do right now? | Give it your available minutes and what you have with you; it finds the tasks that actually fit |
Plan my day | Reviews overdue/due-soon work and checks real calendar conflicts before proposing times |
Capture this as an Unreminder | Turns raw text into a well-tagged task |
Resume where I left off | For an agent starting a session: orient, then continue instead of starting cold |
Where to start
orient is the one to call first — it returns who the user is, how they want
to be worked with, what you were last doing, and what needs attention. One
call instead of guessing.
Discovery documents
Capability manifest | |
Auth metadata (RFC 9728) | |
LLM-facing site map | |
Health / liveness |
A 401 from the endpoint carries
WWW-Authenticate: Bearer resource_metadata="…", so a compliant client can
discover the auth model without being told.
Deep links
Every entity has both an app link and an https twin:
unremind://u/{id} # opens the app
https://unremind.me/u/{id} # always resolvesPrint both when referring a person to something — you can't tell whether they're reading on the device that holds the app or on a desktop where a custom scheme resolves to nothing.
Design notes for agent authors
create_unremindersubmits for approval; it does not silently appear in the user's list. Writes that a person will act on go through them.Context tags describe what a task requires to be doable (
Computermeans the task needs a computer) — never what the user currently has.save_progressnotes are yours, not a source of truth. The user edits tasks in the app between sessions; always re-read the live task before acting on a recollection.
Status
Production. Server unremind-mcp v2.0.0. Liveness at
https://unremind.me/health (200 healthy / 503 degraded), checked
continuously.
Issues and questions: open an issue or mailto:support@unremind.me.
License
MIT for this repository's contents. The UnRemind.me service itself is governed by its Terms and Privacy Policy.
Two servers
UnRemind.me exposes two MCP servers with different auth models. They cross-reference each other, so an agent that finds either learns of the other.
Endpoint | Auth | For | |
UnRemind.me |
| bearer token | Manage your own reminders — 16 tools, 4 prompts |
UnRemind.me Submit |
| none | Send a reminder to someone else with a public page — 2 tools, 1 prompt |
Listed on
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseBqualityDmaintenanceAn ADHD-friendly productivity system that uses AI to provide frictionless capture of tasks and ideas through natural language input, with automatic context detection and intelligent routing to appropriate project trackers. Eliminates cognitive overhead by working with ADHD thinking patterns rather than against them.39
- FlicenseBqualityDmaintenanceA productivity coaching assistant designed for ADHD support that provides intelligent task management, goal tracking, and personalized recommendations. It utilizes a persistent memory system to learn user patterns and preferences, helping to reduce decision paralysis through actionable suggestions.281
- FlicenseNot gradedqualityCmaintenanceA privacy-first, local-first MCP server that provides 15 ADHD/second-brain tools for capturing, prioritizing, and resurfacing tasks with context from calendar, mail, and messages.1
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to capture, manage, and retrieve todos with due dates and provenance, while automatically escalating reminders until tasks are completed.MIT
Related MCP Connectors
An AI-first personal CRM you run in natural language: contacts, reminders, notes, and more.
Mobile-first AI life planner — turn goals into daily, synced tasks from your AI assistant.
Individual-analyst context layer: recall, remember, and reconcile your data and engineering context.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/esfih/unremind-me-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server