Redis Monitor
БесплатноНе проверенFastMCP server with read-only tools to monitor Redis — queue depths, Celery queue status, connected clients, server/memory info, and per-database key counts
Описание
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
Установка Redis Monitor
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/antonio-mello-ai/mcp-redis-monitorFAQ
Redis Monitor MCP бесплатный?
Да, Redis Monitor MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Redis Monitor?
Нет, Redis Monitor работает без API-ключей и переменных окружения.
Redis Monitor — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Redis Monitor в Claude Desktop, Claude Code или Cursor?
Открой Redis Monitor на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
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
автор: 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
автор: madhurprashPostgres
Query your database in natural language
автор: AnthropicPostgreSQL
Read-only database access with schema inspection.
автор: modelcontextprotocolCompare Redis Monitor with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории data
