Dmitriusan/mcp-redis-diagnostics
MCP server for Redis diagnostics — memory, slowlog, clients, and keyspace health analysis
[](https://www.npmjs.com/package/mcp-redis-diagnostics) [](https://opensource.org/licenses/MIT)
MCP server for Redis diagnostics — analyze memory usage, slowlog, client connections, and keyspace health with AI-powered recommendations.
Most Redis MCP servers are CRUD wrappers (get/set keys). RedisNexus offers diagnostics but targets enterprises (K8s, multi-tenant SaaS). This tool is the only lightweight npm package for deep Redis diagnostics — 7 tools covering memory fragmentation, slowlog patterns, client connection health, keyspace distribution, latency analysis, and configuration auditing. Install with npx, no Docker or SaaS required.
analyze_memoryAnalyze Redis memory usage and fragmentation.
Detects:
analyze_slowlogAnalyze Redis SLOWLOG for slow commands.
Parameters:
count (number, default: 128) — Number of slowlog entries to retrieveDetects:
analyze_clientsAnalyze Redis client connections.
Detects:
analyze_keyspaceAnalyze Redis keyspace distribution and cache effectiveness.
Detects:
Loading reviews...