Skip to content

Redis Diagnostics

Free

by MCP Community

MCP server for Redis diagnostics — analyze memory usage, slowlog, client connections, and keyspace health with AI-powered recommendations

v0.1.11Added Apr 12, 2026
mcpmcp-servermodel-context-protocolaiclaude
Works with:ClaudeGPTGeminiCopilot

Redis Diagnostics MCP Server

MCP server for Redis diagnostics — analyze memory usage, slowlog, client connections, and keyspace health with AI-powered recommendations

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y mcp-redis-diagnostics
Add to claude_desktop_config.json
{
  "mcpServers": {
    "redis-diagnostics": {
      "command": "npx",
      "args": ["-y", "mcp-redis-diagnostics"]
    }
  }
}