Skip to content
Cline

redis mcp for Cline

io.github.upstash/redis-mcp

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

client:Cline transport:stdio runtime:npm

Install redis mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

redis mcp in other clients