mcp-redis-monitor
mcp-redis-monitor
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-monitorEnvironment Variables
Variable | Default | Description |
|
| Redis host |
|
| Redis port |
| (none) | Redis password (optional) |
Tools
Tool | Description |
| Keys + length by type in a specific DB (default: 3) |
| Celery queue names, pending count, oldest task |
| Number of connected clients |
| Memory, uptime, keyspace stats |
| Keys per database (overview) |
Usage
mcp-redis-monitorOr add to your MCP client configuration:
{
"mcpServers": {
"redis-monitor": {
"command": "mcp-redis-monitor"
}
}
}Development
ruff check src/ tests/
ruff format src/ tests/
pytestLicense
MIT
Maintenance
–Maintainers
–Response time
–Release cycle
1Releases (12mo)
Commit activity
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/antonio-mello-ai/mcp-redis-monitor'
If you have feedback or need assistance with the MCP directory API, please join our Discord server