Databases
Trust: 41/100 (Fair)Redis MCP Guide
Interact with Redis key-value stores. Get, set, and manage keys, run Lua scripts, and monitor cache performance.
298 stars 9,400 downloadsby Redis
Quick Start
Install
npx @mcp/redisClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"redis-mcp": {
"command": "npx",
"args": [
"@mcp/redis"
]
}
}
}What Redis MCP Can Do
get_set
Get and set key values
manage_keys
List, delete, and expire keys
Permissions Required
Redis MCP requires the following permissions. Review the risk levels before granting access.
| Permission | Description | Risk |
|---|---|---|
redis.read | Read Redis data | low |
redis.write | Write Redis data | medium |
Platform Compatibility
| Platform | Status |
|---|---|
| Claude Desktop | Supported |
| Cursor | Partial |
| LangChain | Supported |