ai-toolsOfficial
Memory MCP
88
Anthropic
Enable persistent memory for Claude through a knowledge graph. Store and retrieve entities, relations, and observations across sessions.
79.1k62.1k/wk3.1K tokens(2%)Official3d ago
FS Read/Write
memoryknowledge-graphpersistencecontext
Quick Setup
Paste in ~/.claude.json
json
{
"mcpServers": {
"memory-mcp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-memory"
]
}
}
}