Gives Claude direct access to Redis with a comprehensive set of operations across strings, lists, sets, hashes, and sorted sets. You get connection management, key operations like expire and ttl, plus server commands including flushdb and config management. Configure it via environment variables for host, port, password, database selection, and SSL. Useful when you want Claude to read from or write to Redis during a conversation, whether that's caching data, managing session state, or querying existing Redis data structures. The full Redis API surface means Claude can handle everything from simple get/set operations to complex sorted set queries without you writing custom integration code.
claude mcp add --transport stdio daedalus-mcp-redis-server -- uvx mcp-redis-server