Memory for Claude Desktop
io.github.modelcontextprotocol/server-memory
Reference knowledge-graph memory server. Persists entities, relations and observations so an agent can remember facts across conversations.
client:Claude Desktop
transport:stdio
runtime:npm
tools:9
Install Memory in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"server-memory": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-memory"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs