emem, the verifiable memory protocol for the physical world for Claude Desktop
io.github.vortx-ai/emem
Shared memory for AI agents. One address per fact, one signature you check. No key to read.
client:Claude Desktop
transport:streamable-http
runtime:oci
tools:18
Install emem, the verifiable memory protocol for the physical world in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"emem": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://emem.dev/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs