74
/ 100
1 month ago
glama

redis-mcp

Enables exploring and diagnosing a Redis instance from MCP clients with read-only safety, using SCAN instead of KEYS for safe key enumeration.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configALLOW_WRITESRead-only is the default. To let the agent run mutating commands (SET, DEL, EXPIRE, HSET, ...) via redis_command, add =1:
configREDIS_COMMAND_TIMEOUT_MS10000 Per-command timeout. A command that runs longer is aborted so a wedged call can't hang the agent.
configREDIS_CONNECT_TIMEOUT_MS10000 TCP connect timeout. Without this, a dead host hangs until the OS gives up (~2 minutes).
configREDIS_MAX_KEYSredis_scan Enumerate keys with cursor-based SCAN (never KEYS). Optional glob match, value-type filter, and resumable cursor. Capped at .
configREDIS_MAX_VALUE_BYTES
configREDIS_SCAN_COUNT100 COUNT hint per SCAN iteration. Higher = fewer round-trips but more work per iteration.
configREDIS_TLS_REJECT_UNAUTHORIZEDunset Set to false to skip TLS cert verification (for managed Redis using private-CA certs). Connection is still encrypted.
configREDIS_URL"": "redis://:password@host:6379/0"
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 2 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/yawlabs-redis-mcp-i8qn8f)](https://m8ven.ai/mcp/yawlabs-redis-mcp-i8qn8f)
commit: 8b2e3bb63f65864cddf1838f368c8d6f9f9c1ac1
code hash: c4da6a5c643ee00ea84f8b5d5d35b0f4db4718fbfa39d792a701d18e3b04ee5c
verified: 6/11/2026, 12:14:38 PM
view raw JSON →