Tiny RDM (Tiny Redis Desktop Manager) - A modern, colorful, super lightweight Redis GUI client for Mac, Windows, and Linux. It also provides a web version that can be deployed via Docker.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"tiny-rdm": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-tiny-rdm"
]
}
}
}