MCP server for Redis diagnostics — analyze memory usage, slowlog, client connections, and keyspace health with AI-powered recommendations. Version 0.1.14, MIT license. Lightweight npm package (no Docker/SaaS required) offering 7 diagnostic tools: analyze_memory, analyze_slowlog, analyze_clients, analyze_keyspace, analyze_latency, analyze_config, analyze_performance. Install via npx, requires Node >=20.0.0. Differentiates from CRUD-only Redis MCP servers and enterprise-focused tools by providing deep diagnostics as a zero-setup package. Pro tier available for HTML/PDF report generation.
npm install mcp-redis-diagnosticsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Run the MCP Redis Diagnostics server via npx or programmatically with ESM import. Sets REDIS_URL and starts the server.
Upgrade Node.js to version 20 or higher
Set REDIS_URL environment variable to redis://user:password@host:port
Run CONFIG SET latency-monitor-threshold 100 on your Redis server before using analyze_latency
Wait for official Pro tier release with working payment link
Use `npx mcp-redis-diagnostics` or import ESM style: `import { startServer } from 'mcp-redis-diagnostics'`Start Redis locally or set REDIS_URL environment variable to a valid Redis connection string (e.g., redis://user:password@host:port)
Ensure Redis version >= 2.6 and use correct command: CONFIG SET latency-monitor-threshold 100