The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the MCP Redis Monitor listing page.
FastMCP server providing read-only tools to monitor Redis instances.
| Variable | Default | Description |
|---|---|---|
REDIS_MONITOR_HOST | localhost | Redis host |
REDIS_MONITOR_PORT | 6379 | Redis port |
REDIS_MONITOR_PASSWORD | (none) | Redis password (optional) |
| Tool | Description |
|---|---|
get_queue_depths | Keys + length by type in a specific DB (default: 3) |
get_celery_queue_status | Celery queue names, pending count, oldest task |
get_connected_clients | Number of connected clients |
get_server_info | Memory, uptime, keyspace stats |
get_key_count_by_db | Keys per database (overview) |
Or add to your MCP client configuration:
MIT