Memory File
Createdg0t4
Enables Claude, and other Model Context Protocol (MCP) clients, to manage and access memories stored in a simple text file for enhanced context during conversations.
About
This tool provides an MCP server that allows Claude (and other MCP clients) to interact with a text file to manage and utilize memories for improved contextual awareness. By storing each memory as a line in the text file, the tool provides functionalities like adding, searching, deleting, and listing memories, effectively replicating ChatGPT-like memory functionality for Claude. This enables the LLM to recall details from previous interactions, leading to more coherent and personalized conversations.
Key Features
- Adds new memories as individual lines in a text file.
- Deletes memories based on substring matches.
- Allows memory updates by deleting and then adding a new memory.
- Searches for existing memories based on substring matches.
- Lists all stored memories.
Use Cases
- Storing user preferences or details (e.g., name, age, project details).
- Facilitating Claude's recall of past interactions for personalized conversations.
- Recording successful tool usages or failures for future reference.