Connects Claude to Redis instances with read-only access, which is exactly what you want when letting an AI poke around your cache or session store. Exposes all the main data structure operations: KEYS, HGET/HGETALL for hashes, LRANGE for lists, SMEMBERS for sets, ZRANGE for sorted sets, and XRANGE for streams. Also surfaces INFO commands so Claude can check memory usage and server stats. Useful when you need an agent to debug cache behavior, analyze session data, or investigate what's actually sitting in Redis without worrying about accidental writes.
claude mcp add --transport stdio io.github.infoinlet-marketplace-mcp-redis uvx mcp-redis