Back to MCPs
Official
Featured
Memory
Knowledge graph-based persistent memory system. Enables Claude to store and retrieve information across conversations using a graph database.
memoryknowledge-graphpersistence+1 more
1,567 upvotes
58,900 views
by Anthropic
Installation
npx -y @modelcontextprotocol/server-memory
How to add to Claude Code
- Open Claude Code settings
Run
claude configor edit~/.claude/config.json - Add the MCP server configuration
{ "mcpServers": { "memory": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-memory" ] } } } - Restart Claude Code
The MCP server will now be available in your sessions