Overview
What is Memory?
Memory is a knowledge graph memory server that allows Claude to remember information about users across chats, enhancing personalized interactions.
How to use Memory?
To use Memory, set it up with either Docker or NPX, and configure it in your application to enable persistent memory capabilities.
Key features of Memory?
- Persistent memory using a local knowledge graph
- Ability to create, read, update, and delete entities and relations
- Supports adding and removing observations for personalized memory
- API for searching and retrieving nodes in the knowledge graph
Use cases of Memory?
- Personalizing user interactions in chat applications
- Storing user preferences and behaviors for tailored experiences
- Managing relationships and interactions in complex systems
FAQ from Memory?
- Can Memory handle multiple users?
Yes! Memory can manage information for multiple users by creating unique entities for each user.
- Is Memory easy to integrate?
Yes! Memory can be easily integrated using Docker or NPX with simple configuration steps.
- What kind of data can Memory store?
Memory can store entities, relations, and observations, allowing for rich and dynamic user profiles.
Server Config
{
"mcpServers": {
"memory": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-memory"
]
}
}
}