Submit

Redis

@modelcontextprotocol

A Model Context Protocol server that provides access to Redis databases. This server enables LLMs to interact with Redis key-value stores through a set of standardized tools.

Tools

hmset

hget

hgetall

scan

set

get

del

zadd

zrange

zrangebyscore

zrem

sadd

smembers

Server Config

{
  "mcpServers": {
    "redis": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "mcp/redis",
        "redis://host.docker.internal:6379"
      ]
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.