MCP server

Redis

MCP

Keys, streams, and a read-first default.

Redis’s official MCP. Point it at an instance. Prefer a user that cannot FLUSHALL.

latest·MIT·Updated this quarter·github.com/redis/mcp-redis·Transport: stdio

Claude CodeDesktop
Scanned

claude_desktop_config.json

{
  "mcpServers": {
    "redis": {
      "command": "npx",
      "args": [
        "-y",
        "@redis/mcp-redis"
      ],
      "env": {
        "REDIS_URL": "redis://…"
      }
    }
  }
}

By Redis

Spec

What the server actually exposes.

  • get

    read

    Read a key.

  • scan

    read

    List keys by pattern.

  • set

    write

    Write a key after you confirm.

Guardrails

  • URL in env
  • Use an ACL user
  • No default FLUSH

redis-mcp.mcp/tools

Tools

  • get

    Read a key.

    read
  • scan

    List keys by pattern.

    read
  • set

    Write a key after you confirm.

    write

Last call

{ "ok": true,
  "tool": "get",
  "rows": 12 }

Other servers worth installing

Discussion

No notes yet. Be the first hunter to report back.