The best MCP servers for Redis — let AI agents inspect keys, query data structures, and use Redis as fast memory or a vector store.
Browse all Redis servers →No servers listed for this topic yet.
Redis MCP servers are used two ways: as an admin and inspection tool for an existing Redis deployment, or as a memory and vector-search backend for the agent itself. Check which one a server is built for before installing it.
Commands such as FLUSHALL or KEYS on a large production instance can cause outages. Point agents at a replica or a dedicated database number, and use a Redis ACL user limited to the commands and key patterns they need.
This page ranks Redis MCP servers by real usage across the AllMCPs directory. Decide first whether you want to inspect an existing Redis instance or use Redis as the agent's memory store.
Only with a restricted ACL user. Limit the commands (block FLUSHALL, FLUSHDB, and KEYS) and key patterns the user can touch, or connect to a read replica instead.
Yes. Several servers store conversation facts or embeddings in Redis and expose tools to save and recall them, using Redis vector search for semantic lookup.