MCPFast / Tools / Claude Plugin for Persistent Memory in Obsidian
A Claude plugin providing persistent memory by storing lessons and decisions in Obsidian, searchable via SQLite FTS5.
View on GitHub→This Claude plugin integrates with Obsidian to provide persistent memory for your AI interactions. By storing lessons learned and decisions made within your Obsidian vault, it creates a searchable knowledge base that Claude can leverage for more contextually aware and consistent responses. This enhances the AI's ability to recall past interactions and apply learned information over time, acting as a long-term memory.
The Claude Plugin for Persistent Memory in Obsidian acts as an external memory module for Claude. When Claude processes information or makes decisions, these are captured and stored as structured notes within your Obsidian vault. This data is then indexed using SQLite's FTS5 extension, enabling rapid and precise searching. Claude can query this indexed memory to retrieve relevant past lessons or decisions, improving its understanding and recall during subsequent conversations.
This tool is specifically designed for AI developers and researchers who are building or experimenting with AI agents, particularly those using Claude. It is ideal for users who require their AI to maintain context and learn over extended periods, such as for complex project development, long-term research tasks, or building sophisticated AI assistants. If you are looking to enhance the memory and learning capabilities of your Claude-powered applications, this plugin offers a robust solution.