Read-first Redis MCP: SCAN key explorer, keyspace/TTL/memory/slowlog stats, DBA advisor
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @yawlabs/redis-mcp
MCP client config
{
"mcpServers": {
"redis-mcp-server": {
"command": "npx",
"args": [
"-y",
"@yawlabs/redis-mcp"
]
}
}
}