Provides tools for storing, retrieving, and managing text-based memories with optional tags in a local JSON file.
Memory provides a Model Context Protocol (MCP) server solution for managing textual memories. It allows users to store memories, categorize them with tags, and search for specific information. The server offers functionalities to retrieve all memories, delete specific entries, and view tag usage statistics, all while ensuring persistent storage in a local JSON file. This makes it easy to integrate memory management into applications like Claude for Desktop.
주요 기능
01Store text memories with optional tags
02Search memories by text or tags
03Retrieve all stored memories
04Delete specific memories
05View tag usage statistics
060 GitHub stars
사용 사례
01Integrating memory storage into Claude for Desktop