Memory and context engine + app that is extremely fast, scalable, and can be run fully locally. The Memory API for the AI era.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"supermemory": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-supermemory"
]
}
}
}