Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. UnRemind.me
UnRemind.me logo
Health: ActiveRecent health check succeeded.Last checked 9/7/2026, 7:53:35 PM

UnRemind.me

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

Context-aware reminders that surface when your situation matches, not at a fixed time.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Remote HTTP
Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "unremind-me": {
      "url": "https://modelcontextprotocol.io"
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

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.

smithery badge smithery badge

Endpoint Β· https://unremind.me/mcp Transport Β· Streamable HTTP (JSON-RPC 2.0) Β· Auth Β· Bearer token Β· Tools Β· 16 Β· Prompts Β· 4


Connect

  1. Install UnRemind.me (Android or the web app) and sign in.
  2. In the app: Settings β†’ AI agents β†’ MCP access β†’ Create token. The token is shown once.
  3. Add the server to your MCP client:
config.json
{
  "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.

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 dayReviews overdue/due-soon work and checks real calendar conflicts before proposing times
Capture this as an UnreminderTurns raw text into a well-tagged task
Resume where I left offFor 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 manifesthttps://unremind.me/.well-known/ai-capabilities.json
Auth metadata (RFC 9728)https://unremind.me/.well-known/oauth-protected-resource
LLM-facing site maphttps://unremind.me/llms.txt
Health / livenesshttps://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.

Deep links

Every entity has both an app link and an https twin:

Code
unremind://u/{id}              # opens the app
https://unremind.me/u/{id}     # always resolves

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.

Design notes for agent authors

  • 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.
  • Context tags describe what a task requires to be doable (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.

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.

EndpointAuthFor
UnRemind.mehttps://unremind.me/mcpbearer tokenManage your own reminders β€” 16 tools, 4 prompts
UnRemind.me Submithttps://unremind.me/mcp/submitnoneSend a reminder to someone else with a public page β€” 2 tools, 1 prompt

Listed on

  • Smithery β€” UnRemind.me
  • Smithery β€” UnRemind.me Submit

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    πŸ’» Developer Tools1 views
    Compare vs PraisonAI β†’
  • Labelhead Artist Momentum logoLabelhead Artist Momentum

    Trending hip-hop artist momentum scores across four cultural dimensions.

    πŸ’» Developer Tools0 views
    Compare vs Labelhead Artist Momentum β†’
  • Legalize logoLegalize

    Official MCP connector for Legalize: read and search its whole open corpus, at any point in time.

    πŸ’» Developer Tools1 views
    Compare vs Legalize β†’
  • Ignite UI MCP Server logoIgnite UI MCP Server

    Unified MCP server for Ignite UI β€” documentation, API, and CLI scaffolding

    πŸ’» Developer Tools1 views
    Compare vs Ignite UI MCP Server β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about UnRemind.me

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "unremind-me": { "command": "npx", "args": ["-y", "UnRemind.me"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewUnRemind.me AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/unremind-me?style=directory)](https://allmcps.com/mcp/unremind-me)
HTML Embed
<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>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSSE (Remote)
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
36Quality signal: Fair Β· 36/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to UnRemind.me β†’Install in Claude DesktopInstall in CursorInstall in VS Code