redis-mcp-server-adv

Provides an MCP server (stdio transport) that lets agentic applications perform natural-language or tool-call driven operations against a Redis instance, including common Redis data types, JSON, streams, pub/sub, and (via query engine) vector indexing/search. Also offers a "Lite Mode" that exposes generic Redis command execution tools.

Evaluated Apr 04, 2026 (27d ago)
Homepage ↗ Repo ↗ Infrastructure mcp redis agentic-ai tools stdio-transport vector-search python data-access
⚙ Agent Friendliness
56
/ 100
Can an agent use this?
🔒 Security
50
/ 100
Is it safe for agents?
⚡ Reliability
26
/ 100
Does it work consistently?

Score Breakdown

⚙ Agent Friendliness

MCP Quality
78
Documentation
75
Error Messages
0
Auth Simplicity
70
Rate Limits
5

🔒 Security

TLS Enforcement
70
Auth Strength
60
Scope Granularity
20
Dep. Hygiene
55
Secret Handling
45

Security largely depends on Redis-side protections (TLS via rediss/ssl options and Redis ACLs). The tool layer does not appear to offer fine-grained allowlists/scopes per tool/command; in Lite Mode it can execute arbitrary Redis commands, which increases blast radius if the agent or connection is compromised. README mentions TLS verification options (ssl_cert_reqs/ssl_ca_certs), but no explicit guidance is provided here about minimizing command/key access or preventing data exfiltration through tool outputs.

⚡ Reliability

Uptime/SLA
0
Version Stability
35
Breaking Changes
40
Error Recovery
30
AF Security Reliability

Best When

You want an AI agent to interact with Redis through MCP tool calls (including typed convenience tools), or you need controlled access to arbitrary Redis commands via Lite Mode.

Avoid When

You cannot secure Redis credentials/connection (including TLS) and you need strict governance over what commands/keys the agent can touch.

Use Cases

  • Store and retrieve session or cached values in Redis via MCP tools
  • Manage structured objects using Redis hashes and JSON paths
  • Queue/event-log patterns using lists and streams
  • Publish and consume messages using Redis pub/sub
  • Perform vector indexing and vector search in Redis (if configured with vector/index modules)
  • Provide a generic escape hatch to execute arbitrary Redis commands in Lite Mode

Not For

  • Production systems that require strong user-level authz boundaries inside the MCP layer without relying on Redis ACLs
  • Use as a public internet-facing endpoint without additional network and access controls
  • Workloads that need a REST/HTTP API surface or first-class webhooks

Interface

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

Authentication

Methods: Redis URI credentials (redis://user:secret@host:port) redis-py style username/password via URI or CLI parameters Redis ACL (as described in README section), enforced by Redis itself
OAuth: No Scopes: No

There is no separate OAuth/API-key mechanism described for the MCP server; authentication is primarily whatever Redis connection requires (credentials/TLS/ACLs). Lite Mode and other tools operate as the Redis connection identity.

Pricing

Free tier: No
Requires CC: No

No pricing information provided (appears to be open-source).

Agent Metadata

Pagination
none
Idempotent
False
Retry Guidance
Not documented

Known Gotchas

  • The MCP server exposes powerful Redis operations; agents should be constrained with Redis ACLs or external controls, especially in Lite Mode (arbitrary command execution).
  • Lite Mode requires server restart after changing LITE_MODE.
  • Vector/index search capability depends on additional Redis modules/configuration that are not fully specified in the provided README excerpt.

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-adv.

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-04-04.

8642
Packages Evaluated
17761
Need Evaluation
586
Need Re-evaluation
Community Powered