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.
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.
주요 기능
01Adds new memories as individual lines in a text file.
02Deletes memories based on substring matches.
03Allows memory updates by deleting and then adding a new memory.
04Searches for existing memories based on substring matches.
05Lists all stored memories.
사용 사례
01Storing user preferences or details (e.g., name, age, project details).
02Facilitating Claude's recall of past interactions for personalized conversations.
03Recording successful tool usages or failures for future reference.