← Back to catalog
MCPDatabase↓ 32

Redis

Connects Claude Code to Redis databases to query and manage in-memory data.

Installation
npx claude-code-templates@latest --mcp database/redis --yes

This is the official Redis MCP. It gives Claude Code a natural language interface to talk to Redis databases.

Instead of memorizing commands, you describe what you want and the assistant handles the interaction.

You can query keys, inspect values, and manage the data stored in Redis. It’s useful for understanding what’s cached or tweaking data during development.

When to use

  • When you need to look at what’s stored in the cache.
  • To manage keys and values without opening a separate client.
  • While debugging issues related to in-memory data.

How to use

After installing, provide your Redis URL and the MCP becomes available. Ask Claude Code to “show the keys starting with session” or “read the value of this key”.