R

MCP Entry

Redis MCP

Exposes Redis key-value store operations to AI agents including GET/SET, list operations, hash manipulation, and pub/sub debugging. Agents can inspect caches, debug session stores, and check feature flags without dumping entire databases. Supports Redis Cluster and Sentinel configurations.

Category Database
Install npm
Runtime Redis
rediscachedatabase

Use cases

  • Backend developer inspects cache contents to debug stale data issues
  • DevOps agent checks session store TTLs during user login debugging
  • Feature flag operator queries feature flag states across environments
  • SRE agent monitors pub/sub channels for message flow issues
  • Developer inspects rate limiter keys to understand current limits

Key features

  • Claude Desktop
  • Cursor
  • Codex

Frequently Asked Questions

Can agents see all keys including sensitive data?
Yes, if connected with sufficient Redis permissions. Use Redis ACLs to restrict access. Avoid connecting production Redis instances directly to untrusted agents.
What Redis data types are supported?
All standard Redis types: strings, lists, sets, sorted sets, hashes, bitmaps, hyperloglogs, and geospatial indexes. JSON values stored as strings are also supported.
Does it support Redis Cluster?
Yes, the server can connect to Redis Cluster configurations. Operations that span multiple slots may have limited support depending on the cluster topology.

Related

Related

3 Indexed items