mcp-server-memory
If you are the rightful owner of mcp-server-memory and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A basic implementation of persistent memory using a category-based memory system.
The Category-based Memory Server is designed to provide a persistent memory system that organizes information into categories and tags. This system allows for the storage of memories in both global and local contexts, making it versatile for different project needs. Memories are stored as text entries, organized by categories, and can be tagged for easier retrieval. The server supports operations such as adding, retrieving, and removing memories, either globally or locally. This system is particularly useful for developers who need to maintain consistent information across different projects or sessions.
Features
- Category-based organization for memory entries
- Support for global and local memory storage
- Tagging system for enhanced memory retrieval
- Atomic storage of memory entries
- API for memory management operations