Memory MCP
A powerful graph-based memory server that enables AI models to maintain long-term persistent memory across multiple sessions. It uses a graph structure to store entities, relationships, and observations, allowing the AI to remember facts about users, projects, and preferences. This server is essential for building AI agents that learn and evolve over time.
How to Install
1. Ensure you have an MCP client installed (e.g., Claude Desktop)
2. Click 'Visit Source' below to get the code or package
3. Follow the README instructions in the project
4. Add the server configuration to your MCP client config file
Configuration Example (claude_desktop_config.json)
{
"mcpServers": {
"memory": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-memory"
]
}
}
}Key Features
Graph-based storage for complex entities and relations
Persistent memory across different AI chat sessions
Automatic context retrieval based on current conversation
Support for storing user preferences and historical facts
Server Details
A powerful graph-based memory server that enables AI models to maintain long-term persistent memory across multiple sessions. It uses a graph structure to store entities, relationships, and observations, allowing the AI to remember facts about users, projects, and preferences. This server is essential for building AI agents that learn and evolve over time.
Pricing
freeTags
Visit Source / Official Link
Go to the official GitHub repository to view source code, documentation, and installation instructions.
GitHub Repository