Quick Use
Add to .mcp.json:
{
"mcpServers": {
"RedisMCPServer": {
"command": "uvx",
"args": ["--from", "redis-mcp-server@latest", "redis-mcp-server", "--url", "redis://localhost:6379/0"]
}
}
}Intro
Redis's official MCP server lets AI agents manage Redis data through natural language. Supports strings, hashes, lists, sets, sorted sets, streams, JSON, vector search, and pub/sub. MIT-licensed.
Source & Thanks
Created by Redis. Licensed under MIT.
mcp-redis — ⭐ 470+