Redis Diagnostics
Freeby 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
Redis Diagnostics MCP Server
MCP server for Redis diagnostics — analyze memory usage, slowlog, client connections, and keyspace health with AI-powered recommendations
Installation
Reviews
Installation
Quick install
npx -y mcp-redis-diagnostics
Add to claude_desktop_config.json
{
"mcpServers": {
"redis-diagnostics": {
"command": "npx",
"args": ["-y", "mcp-redis-diagnostics"]
}
}
}