GPT-5.6 (Sol / Terra / Luna) is now evaluated on TrustVector โ€” with day-1 independent verification, incl. METR's benchmark-cheating findings.

Read the evaluation
Evaluation record ยท mcp-server-redis

MCP Redis Server

v2025.4.24

Anthropic (Archived)

MCPcachedatabasemcpmodel-context-protocol
77
Strong
About This MCP

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.

Last Evaluated: July 9, 2026
Official Website

Trust Vector Analysis

Dimension Breakdown

๐Ÿš€Performance & Reliability
+
operation speed

Performance benchmarking

Evidence
Redis Performance โ€” Extremely fast in-memory operations (sub-millisecond latency)
highVerified: 2026-07-09
command reliability

Command execution testing

Evidence
Redis Client โ€” Built on official Redis clients with high reliability
highVerified: 2026-07-09
data structure accuracy

Data structure testing

Evidence
Redis Data Types โ€” Accurate handling of strings, lists, sets, sorted sets, and hashes
highVerified: 2026-07-09
connection stability

Connection stability testing

Evidence
Redis Connection Handling โ€” Stable connections with automatic reconnection
mediumVerified: 2026-07-09
pubsub reliability

Pub/sub testing

Evidence
Redis Pub/Sub โ€” Reliable pub/sub messaging with guaranteed delivery to subscribers
mediumVerified: 2026-07-09
๐Ÿ›ก๏ธSecurity
+
authentication security

Authentication mechanism review

Evidence
Redis Security โ€” Supports password authentication and ACLs (Redis 6+)
highVerified: 2026-07-09
connection string exposure

Credential security analysis

Evidence
MCP Security Model โ€” Redis connection string with password stored locally; accessible to AI
highVerified: 2026-07-09
command injection risk

Command injection testing

Evidence
Security Analysis โ€” AI can execute arbitrary Redis commands within ACL permissions
highVerified: 2026-07-09
data deletion risk

Destructive operation testing

Evidence
Redis Commands โ€” AI can delete keys, flush databases if permissions allow
highVerified: 2026-07-09
acl enforcement

ACL enforcement testing

Evidence
Redis ACL โ€” Redis 6+ ACLs provide granular command and key restrictions
mediumVerified: 2026-07-09
audit logging

Audit logging review

Evidence
Redis Monitoring โ€” Limited built-in audit logging; requires external monitoring
mediumVerified: 2026-07-09
๐Ÿ”’Privacy & Compliance
+
cached data exposure

Data flow analysis

Evidence
MCP Data Flow โ€” Cached data including session tokens and user data sent to LLM provider
highVerified: 2026-07-09
session data privacy

Session privacy assessment

Evidence
Privacy Analysis โ€” Session data and user tokens commonly stored in Redis may be exposed
highVerified: 2026-07-09
key pattern exposure

Key privacy assessment

Evidence
Privacy Analysis โ€” Key naming patterns may reveal application structure and data relationships
mediumVerified: 2026-07-09
third party data sharing

Data sharing analysis

Evidence
LLM Provider Policies โ€” Cache content shared with LLM provider per their privacy policy
highVerified: 2026-07-09
ttl data persistence

Data persistence assessment

Evidence
Redis TTL โ€” Temporary data may be captured before expiration
mediumVerified: 2026-07-09
๐Ÿ‘๏ธTrust & Transparency
+
documentation quality

Documentation completeness review

Evidence
Redis MCP Docs โ€” Basic documentation but community-maintained with evolving coverage
mediumVerified: 2026-07-09
command visibility

Command logging assessment

Evidence
MCP Protocol โ€” All Redis commands logged in MCP transaction logs
highVerified: 2026-07-09
open source transparency

Source code review

Evidence
GitHub Repository โ€” Open source community implementation
highVerified: 2026-07-09
command coverage clarity

API documentation review

Evidence
MCP Server Documentation โ€” Limited documentation of supported Redis commands
mediumVerified: 2026-07-09
โš™๏ธOperational Excellence
+
ease of setup

Setup complexity assessment

Evidence
Setup Documentation โ€” Simple setup requiring Redis connection URL
highVerified: 2026-07-09
command performance

Performance benchmarking

Evidence
Redis Performance โ€” Extremely fast operations (sub-millisecond for most commands)
highVerified: 2026-07-09
reliability

Reliability analysis

Evidence
Redis Stability โ€” Built on mature Redis clients with high reliability
highVerified: 2026-07-09
command coverage

Feature coverage assessment

Evidence
Redis MCP Server โ€” Covers key-value ops, lists, sets, sorted sets, hashes, and pub/sub
highVerified: 2026-07-09
community support

Community support assessment

Evidence
MCP servers-archived repository โ€” Reference Redis server archived 2025-05-29; repository read-only, no issues or PRs accepted, README states no security guarantees are provided for archived servers. Score lowered from 75 to align with other archived reference servers
Redis official MCP server โ€” Redis maintains an official Redis MCP Server (redis/mcp-redis, PyPI package) as the actively maintained successor, covering hashes, lists, sets, sorted sets, streams, and vector search
highVerified: 2026-07-09
Strengths
  • +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
Limitations
  • !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
Metadata
license: MIT
supported platforms
0: All platforms with Node.js/Python
programming languages
0: TypeScript
1: Python
mcp version: 1.0
github repo: https://github.com/modelcontextprotocol/servers-archived
api dependency: Redis client libraries (ioredis, redis-py)
authentication: Redis password, ACLs (Redis 6+)
first release: 2024-11
maintained by: None (Archived 2025-05-29)
replacement: Official Redis MCP server (https://github.com/redis/mcp-redis); redis/mcp-redis-cloud for Redis Cloud

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