In-memory data structure store and caching
Connect to Redis for fast caching, session storage, and real-time data operations. Essential for high-performance applications.
{
"mcpServers": {
"redis": {
"env": {
"REDIS_URL": "redis://localhost:6379"
},
"args": [
"-y",
"@redis/mcp-server"
],
"command": "npx"
}
}
}REDIS_URLredis://localhost:6379