redis/mcp-redis
The Redis official MCP Server offers an interface to manage and search data in Redis.
Quick Start
Clone the repository:
git clone https://github.com/redis/mcp-redisClaude Desktop configuration example:
{
"mcpServers": {
"mcp-redis": {
"command": "npx",
"args": [
"-y",
"redis/mcp-redis"
]
}
}
}Check the repository README for specific installation and configuration instructions.