r3 for Claude Desktop
io.github.n3wth/r3
Local Redis memory MCP for AI apps with hybrid caching and optional Mem0 cloud backup.
client:Claude Desktop
transport:stdio
runtime:npm
Install r3 in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"r3": {
"command": "npx",
"args": [
"-y",
"@n3wth/r3"
],
"env": {
"MEM0_API_KEY": "<MEM0_API_KEY>",
"REDIS_URL": "<REDIS_URL>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs