Shared, revision-safe memory for multiple AI clients: conflict-safe concurrent writes, immutable history, and retrieval that never resurfaces superseded knowledge.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp_shared_memory_se": {
"command": "uvx",
"args": [
"mcp-shared-memory-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp_shared_memory_se uvx mcp-shared-memory-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp_shared_memory_se": {
"command": "uvx",
"args": [
"mcp-shared-memory-server"
]
}
}
}
📋 Copy
Or install with pip: pip install mcp-shared-memory-server