Safely inspect and diagnose Redis instances with read-only key exploration.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "redis-mcp" yet — see the docs or source repo.
Connect to the target Redis instance in read-only mode, use SCAN to count keys by prefix, and list sample keys plus TTL distribution for each group to help me detect abnormal cache growth.
A summary of key counts by prefix, sample keys, TTL statistics, and notes on possible anomalies.
Inspect Redis keys matching session:user:*, read sample values and expiration times, and analyze why users are frequently logged out without modifying any data.
Sample session keys, expiration details, likely causes, and troubleshooting recommendations.
Read-only inspect Redis queue-related lists, streams, or sets, measure their sizes, recent activity signals, and backlog risks, then produce an operations-friendly diagnostic summary.
Queue sizes, activity assessment, backlog risk alerts, and recommended next steps.
Safely explore Redis keys, inspect stats, and get DBA-oriented diagnostics.
Monitor Redis status with read-only insights into queues, clients, memory, and keys.
Let AI query, write, and automate tasks through a Redis server.
Securely inspect schema and run read-only queries on one MySQL database.
Safely inspect PostgreSQL schemas and run read-only queries for analysis.
Safely run read-only MySQL queries and inspect databases, tables, and schemas.