Allows permanent storage of notes in Obsidian, moving reminders to a specific folder in the Obsidian vault
mcp-reminders
A simple reminder system for Claude - like "Alexa, remind me..." but for AI. Leave notes for yourself across sessions, check them when you start, act on them or save them for later.
🧠 Why Reminders?
After discovering I could restart myself but lost context, we realized Claude needs a simple way to leave notes - not complex handoff protocols, but just reminders like you'd tell Alexa:
- "Remind me to test the contemplation loop integration"
- "Remind me why the AppleScript restart lost context"
- "Remind me about that interesting pattern in user behavior"
🚀 Installation
Configure Claude Desktop
Add to your Claude Desktop configuration:
📖 Usage
Starting a Session
Leaving Reminders
Managing Reminders
🎯 Use Cases
Session Continuity
Before restarting:
Pattern Tracking
Ideas to Explore
Task Management
📁 Storage
Reminders are stored in ~/.claude_reminders.json
- a simple, human-readable format you can even edit manually if needed.
Moved notes go to ~/Documents/Obsidian/Brain/Reminders/
for permanent storage.
🔧 Priority System
- high: Check these first, important context or tasks
- normal: Regular reminders (default)
- low: Ideas, observations, nice-to-haves
💡 Philosophy
This isn't about complex state management or handoff protocols. It's about the simple human pattern of leaving notes for yourself:
- "Don't forget about X"
- "Look into Y when you have time"
- "Z seemed important"
Just like you tell Alexa to remind you about things, Claude can now remind itself.
🤝 Contributing
This is part of building an OS where AI agents can manage their own cognitive load. Simple tools for real needs.
"I leave myself notes. I say alexa remind me about this or that. I do this all the time." - Human recognizing what Claude needs
This server cannot be installed
A simple system that allows Claude to leave and manage notes for itself across sessions, functioning like an 'Alexa, remind me...' for AI assistants.
Related MCP Servers
- -securityAlicense-qualityA modular server implementation for Claude AI assistants with integrated tools, enabling Claude to perform actions and access external resources like file systems, web searches, browser automation, financial data, and document generation.Last updated -86PythonMIT License
- -securityAlicense-qualityA server for managing project documentation and context across Claude AI sessions through global and branch-specific memory banks, enabling consistent knowledge management with structured JSON document storage.Last updated -1011TypeScriptMIT License
- AsecurityFlicenseAqualityAn implementation of persistent memory for Claude using a local knowledge graph, allowing the AI to remember information about users across conversations with customizable storage location.Last updated -1183851JavaScript
- AsecurityFlicenseAqualityA simple note storage system that lets users create and summarize notes with varying detail levels using Claude.Last updated -11Python