database
Redis MCP
37
Community
Interact with Redis databases. Get, set, and manage keys, run commands, and monitor your Redis instances from your AI editor.
6112/wk4.1K tokens(2%)9mo ago
Network
rediscachedatabasekey-value
Quick Setup
Paste in ~/.claude.json
json
{
"mcpServers": {
"redis-mcp": {
"command": "npx",
"args": [
"-y",
"redis-mcp"
],
"env": {
"REDIS_URL": "YOUR_REDIS_URL"
}
}
}
}Part of these stacks
Recommended Skills
Skills specialize your AI editor when working with Redis MCP. Learn more
Redis DevelopmentOfficialbest-practices
Official Redis skill with 29 rules across 11 categories covering Redis Query Engine, vector search, semantic caching, and pub/sub.