Context-aware reminders that surface when your situation matches, not at a fixed time.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
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
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.
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.
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 |
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.
| Capability manifest | https://unremind.me/.well-known/ai-capabilities.json |
| Auth metadata (RFC 9728) | https://unremind.me/.well-known/oauth-protected-resource |
| LLM-facing site map | https://unremind.me/llms.txt |
| Health / liveness | https://unremind.me/health |
A 401 from the endpoint carries
WWW-Authenticate: Bearer resource_metadata="β¦", so a compliant client can
discover the auth model without being told.
Every entity has both an app link and an https twin:
Print 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.
create_unreminder submits for approval; it does not silently appear in
the user's list. Writes that a person will act on go through them.Computer
means the task needs a computer) β never what the user currently has.save_progress notes 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.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.
MIT for this repository's contents. The UnRemind.me service itself is governed by its Terms and Privacy Policy.
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 | https://unremind.me/mcp | bearer token | Manage your own reminders β 16 tools, 4 prompts |
| UnRemind.me Submit | https://unremind.me/mcp/submit | none | Send a reminder to someone else with a public page β 2 tools, 1 prompt |
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/unremind-me)<a href="https://allmcps.com/mcp/unremind-me"><img src="https://allmcps.com/api/badge/unremind-me?style=directory" alt="UnRemind.me on AllMCPs" /></a>