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.
Run read-only MySQL queries and list datasources through MCP.
Safely query, insert, and update MySQL data with destructive-action guardrails.
Safely explore and analyze data across multiple databases with read-only access.
Securely connect to and operate MySQL databases through the MCP protocol.
Connect AI to Redash for read-only queries, dashboards, and alerts.
Manage MySQL databases safely with bulk operations, monitoring, and backups.