Redis Monitor
FreeNot checkedFastMCP server with read-only tools to monitor Redis — queue depths, Celery queue status, connected clients, server/memory info, and per-database key counts
About
FastMCP server with read-only tools to monitor Redis — queue depths, Celery queue status, connected clients, server/memory info, and per-database key counts
README
FastMCP server providing read-only tools to monitor Redis instances.
Install
# Run directly with uvx (no install needed)
uvx mcp-redis-monitor
# Or install with pip
pip install mcp-redis-monitor
Environment Variables
| Variable | Default | Description |
|---|---|---|
REDIS_MONITOR_HOST |
localhost |
Redis host |
REDIS_MONITOR_PORT |
6379 |
Redis port |
REDIS_MONITOR_PASSWORD |
(none) | Redis password (optional) |
Tools
| 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) |
Usage
mcp-redis-monitor
Or add to your MCP client configuration:
{
"mcpServers": {
"redis-monitor": {
"command": "mcp-redis-monitor"
}
}
}
Development
ruff check src/ tests/
ruff format src/ tests/
pytest
License
MIT
Install Redis Monitor in Claude Desktop, Claude Code & Cursor
unyly install mcp-redis-monitorInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add mcp-redis-monitor -- uvx mcp-redis-monitorFAQ
Is Redis Monitor MCP free?
Yes, Redis Monitor MCP is free — one-click install via Unyly at no cost.
Does Redis Monitor need an API key?
No, Redis Monitor runs without API keys or environment variables.
Is Redis Monitor hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Redis Monitor in Claude Desktop, Claude Code or Cursor?
Open Redis Monitor on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
wenb1n-dev/SmartDB_MCP
A universal database MCP server supporting simultaneous connections to multiple databases. It provides tools for database operations, health analysis, SQL optim
by wenb1n-devPostgres Server
This server enables interaction with PostgreSQL databases through the Model Context Protocol, optimized for the AWS Bedrock AgentCore Runtime. It provides tools
by madhurprashPostgres
Query your database in natural language
by AnthropicPostgreSQL
Read-only database access with schema inspection.
by modelcontextprotocolCompare Redis Monitor with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All data MCPs
