Memory
stdioKnowledge graph-based persistent memory system. Allows AI to remember information across sessions
Author
Anthropic
Runtime
node
Package
@modelcontextprotocol/server-memory
Command
npx -y @modelcontextprotocol/server-memory
Categories
memoryknowledge-graph
Install with the CLI:
npx @getmcp/cli add memoryConfiguration
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
JSON
{
"mcpServers": {
"memory": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-memory"
]
}
}
}