Redis MCP Server

The official Redis MCP server that gives AI agents natural language access to Redis data structures — strings, hashes, lists, sets, sorted sets, streams, JSON, and vector indexes — including semantic search and Azure EntraID authentication.

Evaluated Mar 07, 2026 (0d ago) vlatest
Homepage ↗ Repo ↗ Other redis cache vector-search streams pub-sub azure official
⚙ Agent Friendliness
79
/ 100
Can an agent use this?
🔒 Security
79
/ 100
Is it safe for agents?
⚡ Reliability
79
/ 100
Does it work consistently?

Score Breakdown

⚙ Agent Friendliness

MCP Quality
80
Documentation
80
Error Messages
65
Auth Simplicity
82
Rate Limits
72

🔒 Security

TLS Enforcement
90
Auth Strength
78
Scope Granularity
68
Dep. Hygiene
82
Secret Handling
78

Redis MCP server. Redis AUTH password + TLS in production. No query-level access control in Redis — all-or-nothing access. Agents with Redis access can read/write all keys.

⚡ Reliability

Uptime/SLA
80
Version Stability
80
Breaking Changes
78
Error Recovery
78
AF Security Reliability

Best When

You already run Redis and want agents to read/write cache, session, or vector data without hand-coding Redis commands.

Avoid When

You need structured relational queries or don't already have Redis in your stack — setup overhead may not be worth it for simple key-value needs.

Use Cases

  • Store and retrieve conversation history or agent state in Redis streams
  • Perform semantic vector search over Redis-indexed embeddings
  • Cache AI-generated content with TTL-based expiration
  • Manage session data with time-based retention for multi-turn agents
  • Subscribe to real-time Redis pub/sub events within an agentic workflow

Not For

  • Relational queries or complex joins — use a SQL MCP server instead
  • Teams without an existing Redis instance (requires external Redis deployment)
  • Workflows needing persistent relational data integrity guarantees

Interface

REST API
No
GraphQL
No
gRPC
No
MCP Server
Yes
SDK
No
Webhooks
No

Authentication

Methods: username_password tls azure_entra_id managed_identity
OAuth: No Scopes: No

Standard Redis: username/password with optional SSL/TLS. Azure: Service Principal, System/User Managed Identity, or DefaultAzureCredential with automatic token renewal. Redis ACL-based role restrictions supported.

Pricing

Model: open_source
Free tier: Yes
Requires CC: No

MIT licensed and free. Requires a Redis instance — Redis Community is free; Redis Cloud and Azure Managed Redis have their own pricing.

Agent Metadata

Pagination
cursor
Idempotent
Partial
Retry Guidance
Not documented

Known Gotchas

  • Requires Python 3.14+ which is a very recent requirement and may break existing environments
  • Azure EntraID token renewal is automatic but long-running agent sessions should be tested for token expiry edge cases
  • HTTP streaming transport is listed as planned but not yet available — stdio only for now
  • Vector index management requires Redis Stack or Redis with Search module enabled

Alternatives

Full Evaluation Report

Comprehensive deep-dive: security analysis, reliability audit, agent experience review, cost modeling, competitive positioning, and improvement roadmap for Redis MCP Server.

AI-powered analysis · PDF + markdown · Delivered within 30 minutes

$99

Package Brief

Quick verdict, integration guide, cost projections, gotchas with workarounds, and alternatives comparison.

Delivered within 10 minutes

$3

Score Monitoring

Get alerted when this package's AF, security, or reliability scores change significantly. Stay ahead of regressions.

Continuous monitoring

$3/mo

Scores are editorial opinions as of 2026-03-07.

6434
Packages Evaluated
26150
Need Evaluation
173
Need Re-evaluation
Community Powered