U

Upstash Redis

Query and manage serverless Redis on Upstash.

Upstash·No reviews yet
Repo Docs
Share:

About

Interact with Upstash Redis via REST: GET/SET, list operations, JSON support, pub/sub, and stream commands. Also manage databases at the Upstash account level: create, list, and delete databases across regions. Great for caching and rate-limiting agents.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

query
Run a read-only SQL query
list_tables
List tables in the connected database
describe_table
Return column info for a table

Screenshots

No screenshots yet.

Install Upstash Redis

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "upstash-redis": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-upstash-redis"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "upstash-redis": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-upstash-redis"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "upstash-redis": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-upstash-redis"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.