tiny-rdm (MCP Server)

GitHub

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.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "tiny-rdm": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-tiny-rdm"
      ]
    }
  }
}