Redis MCP Server

Redis MCP Server

Local
@yawlabs2TypeScriptMITUpdated 2 days ago

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).

npm@yawlabs/redis-mcpv0.5.1

Run

npx -y @yawlabs/redis-mcp

MCP client config

{
  "mcpServers": {
    "redis-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@yawlabs/redis-mcp"
      ]
    }
  }
}