Skip to content
Windsurf

r3 for Windsurf

io.github.n3wth/r3

Local Redis memory MCP for AI apps with hybrid caching and optional Mem0 cloud backup.

client:Windsurf transport:stdio runtime:npm

Install r3 in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

r3 in other clients