Redis Cloud
Freeby MCP Community
MCP Server for interacting with Redis Cloud API
v1.0.0Added Apr 12, 2026
mcpmodel-context-protocol
Redis Cloud MCP Server
MCP Server for interacting with Redis Cloud API
Installation
Reviews
Installation
Quick install
npx -y mcp-redis-cloud
Add to claude_desktop_config.json
{
"mcpServers": {
"redis-cloud": {
"command": "npx",
"args": ["-y", "mcp-redis-cloud"]
}
}
}