Skip to content
Windsurf

redis mcp for Windsurf

io.github.upstash/redis-mcp

Run Redis commands and look up Upstash Redis Search docs against Upstash Redis over HTTP or TCP.

client:Windsurf transport:stdio runtime:npm

Install redis mcp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

redis mcp in other clients