r3 for Cline
io.github.n3wth/r3
Local Redis memory MCP for AI apps with hybrid caching and optional Mem0 cloud backup.
client:Cline
transport:stdio
runtime:npm
Install r3 in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"r3": {
"command": "npx",
"args": [
"-y",
"@n3wth/r3"
],
"env": {
"MEM0_API_KEY": "<MEM0_API_KEY>",
"REDIS_URL": "<REDIS_URL>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs