MCP server

Upstash Redis

MCP

Official Upstash Redis MCP. Commands over HTTP or TCP.

upstash/redis-mcp. Run Redis against the Upstash database you point at — separate from Context7.

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

Claude CodeCursorVS CodeDesktop
ScannedActive

claude_desktop_config.json

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

By Upstash

Spec

What the server actually exposes.

  • get

    read

    Read a key.

  • scan

    read

    Scan keys.

  • set

    write

    Write a key after you confirm.

Guardrails

  • Credentials stay in env
  • Read-first unless a write tool is called
  • Official package, not a wrapper

upstash-redis-mcp.mcp/tools

Tools

  • get

    Read a key.

    read
  • scan

    Scan keys.

    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.