PluginBench
MCP Server

io.github.YawLabs/redis-mcp MCP Server

io.github.YawLabs/redis-mcp

What is the io.github.YawLabs/redis-mcp MCP server?

Read-first Redis MCP: SCAN key explorer, keyspace/TTL/memory/slowlog stats, DBA advisor

How to install io.github.YawLabs/redis-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "redis-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@yawlabs/redis-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "redis-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@yawlabs/redis-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "redis-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@yawlabs/redis-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "redis-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@yawlabs/redis-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add redis-mcp -- npx -y @yawlabs/redis-mcp

Related MCP servers

AWS MCP server — call any AWS API from AI assistants, with first-class SSO re-login

MCP server for managing Caddy web servers via the admin API

Lint AI agent context files (CLAUDE.md, AGENTS.md, etc.) against your actual codebase

Electron.js MCP server — IPC scaffolding, security auditing, build tooling for AI assistants

HTTP fetch MCP server: SSRF protection, HTML-to-markdown, reader mode, metadata extraction

LemonSqueezy MCP server for managing your store from AI assistants