Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ“Š Monitoring
  3. MCP Redis Monitor
MCP Redis Monitor logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 7:03:35 PM

MCP Redis Monitor

User RatingsBe the first to rate and review this MCP server!
View Repository3 GitHub StarsTotal stargazers on GitHub for the source repository (3 stars).
redismonitoringqueuescelerydeveloper-tools

Read-only Redis monitoring over MCP, covering queues, Celery status, clients, server stats, and key counts.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

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.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "antonio-mello-ai-mcp-redis-monitor": {
      "command": "uvx",
      "args": [
        "mcp-redis-monitor"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (5) Directory Badge Claim listing AlternativesπŸ“Š More in Monitoring

Overview

Read-only Redis monitoring via the antonio-mello-ai/mcp-redis-monitor MCP server covers queue depths, Celery status, connected clients, server statistics, and keys by database. It connects to Redis using host, port, and optional password environment variables, then exposes five FastMCP tools to an MCP client. Reach for it when an agent needs operational visibility into Redis without mutation capabilities.

Use cases

β€’Inspect Redis queue depths by data type
β€’Check Celery pending tasks and oldest task
β€’Review connected Redis clients
β€’Monitor Redis memory, uptime, and keyspace statistics
β€’Compare key counts across Redis databases

Key features

β€’Read-only Redis monitoring
β€’Queue keys and lengths by type
β€’Celery queue status reporting
β€’Connected client count
β€’Server and memory statistics
β€’Key counts by database

Capabilities & Tool Schemas (5) ~69 tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server β€” may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by MCP Redis Monitor.

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)

How MCP Redis Monitor works

What antonio-mello-ai/mcp-redis-monitor MCP server does

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.

How it works

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.

Setup and configuration

The antonio-mello-ai/mcp-redis-monitor MCP server can run directly with uvx:

bash
uvx mcp-redis-monitor

It can also be installed with pip and then started with:

Terminal
pip install mcp-redis-monitor
mcp-redis-monitor

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.

Tools and capabilities

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.

Limitations and notes

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.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Monitoring View all alternatives
  • Fastmcp Sonarqube Metrics logoFastmcp Sonarqube Metrics

    A Model Context Protocol (MCP) server that provides a set of tools for retrieving information about SonarQube projects like metrics (actual and historical), issues, health status.

    πŸ“Š Monitoring8 views
    Compare vs Fastmcp Sonarqube Metrics β†’
  • Spanlens logoSpanlens

    Query your Spanlens LLM observability from any MCP client. 7 read tools for request logs, agent traces, cost stats, anomalies, model-savings, and per-user analytics across OpenAI, Anthropic, and Gemini. Open source, self-hostable. npx -y @spanlens/mcp-server

    πŸ“Š Monitoring3 views
    Compare vs Spanlens β†’
  • World Monitor logoWorld Monitor

    Live global intelligence: real-time markets, conflicts, country risk, chokepoints, energy. 39 tools.

    πŸ“Š Monitoring5 views
    Compare vs World Monitor β†’
  • Sentry MCP logoSentry MCP

    Sentry.io integration for error tracking and performance monitoring

    πŸ“Š Monitoring3 views
    Compare vs Sentry MCP β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
3
Stargazers on the source repository.
Last commit
3mo ago
Most recent push to the default branch.
Tools exposed
5
Callable tools this server registers over MCP.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about MCP Redis Monitor

Run `uvx mcp-redis-monitor`, or install it with `pip install mcp-redis-monitor` and start it with `mcp-redis-monitor`.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewMCP Redis Monitor AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/antonio-mello-ai-mcp-redis-monitor?style=directory)](https://allmcps.com/mcp/antonio-mello-ai-mcp-redis-monitor)
HTML Embed
<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>

Technical Specs & Signals

CategoryπŸ“ŠMonitoring
PricingFree
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimePython
AuthOther
LicenseMIT
Last updatedSep 7, 2026
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars3
GitHub Star CountTotal stargazers on GitHub representing community popularity (3 stars).
Last commit3mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jun 4, 2026
53Quality signal: Good Β· 53/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools28/30
Adoption & activity2/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 20d ago via OSV.dev Β· mcp-redis-monitor (PyPI)

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge and attach your website β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ“Š Monitoring β†’Best MCP servers for Monitoring & Observability β†’Alternatives to MCP Redis Monitor β†’Install in Claude DesktopInstall in CursorInstall in VS Code