Redis MCP Server
CommunityAbout
In-memory data structure store operations. Interact with Redis for caching and data storage.
Features
- Key-value operations
- Data structure commands
- Pub/sub messaging
- Cache management
Installation
Using Claude Desktop
Add this configuration to your Claude Desktop config file:
{
"mcpServers": {
"redis": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-redis"
]
}
}
}
Using Cursor
Configure in your Cursor settings (Settings > MCP):
{
"redis": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-redis"
]
}
}
How to Use
Once installed, you can ask your AI assistant to:
- "Get cached values"
- "Set key-value pairs"
- "Manage cache expiration"