Redis in-memory data store — get, set, delete keys, manage data structures, and monitor server info
npx @getmcp/cli add redisConfig file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"redis": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-redis",
"redis://localhost:6379"
]
}
}
}