Read-only Redis monitoring over MCP, covering queues, Celery status, clients, server stats, and key counts.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by MCP Redis Monitor.
get_queue_depthsKeys + length by type in a specific DB (default: 3)
get_celery_queue_statusCelery queue names, pending count, oldest task
get_connected_clientsNumber of connected clients
get_server_infoMemory, uptime, keyspace stats
get_key_count_by_dbKeys per database (overview)
The antonio-mello-ai/mcp-redis-monitor MCP server exposes read-only monitoring queries for a Redis instance. Its five tools cover queue contents, Celery queue state, client connections, server-level statistics, and key counts across Redis databases.
The server is intended for inspection rather than administration. The provided material describes no commands for setting, deleting, or modifying Redis data. That makes it suitable for asking an MCP-connected agent about current Redis workload and basic health indicators while keeping the serverβs tool surface read-only.
The process runs locally and connects to Redis using configuration supplied through environment variables. Redis defaults to localhost on port 6379; a password can be supplied when the instance requires one. After startup, an MCP client can invoke the five exposed tools and receive monitoring results from the configured Redis instance.
get_queue_depths examines keys and their lengths by type in a selected database. Its documented default database is database 3. get_celery_queue_status reports Celery queue names, pending task counts, and the oldest task. get_connected_clients returns the number of connected clients.
get_server_info provides server memory information, uptime, and keyspace statistics. get_key_count_by_db gives an overview of key counts for each database. Together, these tools provide separate views of queue load, worker-related queue state, client activity, server status, and database usage.
The antonio-mello-ai/mcp-redis-monitor MCP server can run directly with uvx:
It can also be installed with pip and then started with:
Configure the Redis connection with these variables:
REDIS_MONITOR_HOST: Redis hostname, defaulting to localhost.REDIS_MONITOR_PORT: Redis port, defaulting to 6379.REDIS_MONITOR_PASSWORD: Optional Redis password.An MCP client configuration can launch the server using the mcp-redis-monitor command. The README shows a server entry named redis-monitor with that command and no additional arguments.
The available tools are:
get_queue_depths: Lists keys and lengths by data type in a selected database; database 3 is the default.get_celery_queue_status: Reports Celery queue names, pending counts, and the oldest task.get_connected_clients: Reports the number of connected Redis clients.get_server_info: Returns memory, uptime, and keyspace statistics.get_key_count_by_db: Summarizes key counts by Redis database.The antonio-mello-ai/mcp-redis-monitor MCP server is documented as read-only, so it should not be used when an agent needs to change Redis keys, queues, configuration, or server state. Results depend on access to the configured Redis instance and on the Redis data and Celery queues present there. The documented configuration covers one Redis host, port, and optional password; no other connection or authentication mechanisms are specified.
The project is built with FastMCP and is released under the MIT license. The README includes Ruff commands for linting and formatting and Pytest for running its test suite, but it does not document additional runtime services or named client integrations.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/antonio-mello-ai-mcp-redis-monitor)<a href="https://allmcps.com/mcp/antonio-mello-ai-mcp-redis-monitor"><img src="https://allmcps.com/api/badge/antonio-mello-ai-mcp-redis-monitor?style=directory" alt="MCP Redis Monitor on AllMCPs" /></a>