Skip to content
Claude Desktop

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

r3 in other clients