mcp-redis-allowlist
Read-only Redis MCP with a configurable command allowlist for safe production diagnostics like CLIENT LIST and SLOWLOG.
๐ก๏ธ AgentReady threat assessment
MAESTRO 7-layer threat model + OWASP AIVSS risk score for mcp-redis-allowlist, derived from its capabilities.
AIVSS 6.1 ยท Medium
View MAESTRO 7-layer threat model โOverview
mcp-redis-allowlist is a read-only Redis MCP server whose configurable command allowlist restricts agents to exact read-only subcommands such as CLIENT LIST and SLOWLOG GET. Security surface: it connects with a REDIS_URL and the allowlist (plus an opt-in write flag) is the core control preventing an agent from running destructive Redis commands in production.
Key features
- Configurable read-only command allowlist
- Safe production diagnostics (SLOWLOG, CLIENT LIST)
- Opt-in write-allowed flag
- REDIS_URL connection
Use cases
- Diagnose a production Redis instance safely
- Expose Redis metrics to an agent without write risk