MCP Redis Server
v2025.4.24Anthropic (Archived)
ARCHIVED: Former Anthropic reference MCP server for Redis cache and data structure operations, archived 2025-05-29 to the servers-archived repository and no longer maintained (the archive README provides no security guarantees). Enabled AI models to interact with Redis for key-value operations, pub/sub messaging, lists, sets, sorted sets, and hashes. Redis now ships an official Redis MCP server (redis/mcp-redis, with redis/mcp-redis-cloud for Redis Cloud), which is the recommended replacement.
Trust Vector Analysis
Dimension Breakdown
๐Performance & Reliability+
Performance benchmarking
Command execution testing
Data structure testing
Connection stability testing
Pub/sub testing
๐ก๏ธSecurity+
Authentication mechanism review
Credential security analysis
Command injection testing
Destructive operation testing
ACL enforcement testing
Audit logging review
๐Privacy & Compliance+
Data flow analysis
Session privacy assessment
Key privacy assessment
Data sharing analysis
Data persistence assessment
๐๏ธTrust & Transparency+
Documentation completeness review
Command logging assessment
Source code review
API documentation review
โ๏ธOperational Excellence+
Setup complexity assessment
Performance benchmarking
Reliability analysis
Feature coverage assessment
Community support assessment
- +Extremely fast sub-millisecond operations for all data types
- +Comprehensive Redis data structure support (strings, lists, sets, hashes)
- +Built on official Redis clients with high reliability
- +Excellent for real-time caching and session management automation
- +Open source community implementation
- +Supports pub/sub for real-time messaging patterns
- !Cached data including session tokens exposed to LLM provider
- !AI can delete keys and flush databases within permission scope
- !Redis connection strings with passwords accessible to AI
- !Session data and user tokens commonly stored in Redis may be exposed
- !Limited built-in audit logging capabilities
- !Key naming patterns may reveal application architecture
- !ARCHIVED 2025-05-29: reference server unmaintained with no security guarantees; use the official Redis MCP server (redis/mcp-redis) instead
Use Case Ratings
code generation
Good for generating caching logic and Redis integration code
customer support
Useful for analyzing session data and user activity patterns
content creation
Limited applicability; mainly for cached content management
data analysis
Excellent for analyzing real-time data and cache performance metrics
research assistant
Useful for researching caching strategies and data patterns
legal compliance
High risk of exposing cached sensitive data; requires strict controls
healthcare
High risk of exposing patient session data; not recommended
financial analysis
Moderate risk; cached financial data exposure concerns
education
Excellent for teaching caching, in-memory databases, and real-time systems
creative writing
Limited applicability for writing workflows