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.

Frequently Asked Questions

Common questions about Upstash Redis.

What does the Upstash Redis MCP do?
This MCP allows agents to interact with Upstash Redis databases. It supports common Redis operations like GET/SET, list operations, JSON, pub/sub, and stream commands. It also provides database management functionality.
How can I manage Upstash Redis databases with this MCP?
The MCP enables agents to create, list, and delete Upstash Redis databases directly from their Upstash account. This includes managing databases across different regions.
What authentication is required for the Upstash Redis MCP?
This MCP requires an API key for authentication. You will need to provide a valid Upstash API key to interact with your Redis instances and manage databases.
What are the common use cases for this Upstash Redis MCP?
This MCP is well-suited for caching and rate-limiting agents. Its capabilities allow for efficient data storage and retrieval, which are critical for these types of applications.
Does using the Upstash Redis MCP incur any costs?
The cost of using this MCP depends on your underlying Upstash Redis service plan. Upstash offers various plans for its serverless Redis, and usage will be billed according to your selected plan.
What is a prerequisite for using the Upstash Redis MCP?
A prerequisite for using this MCP is an active Upstash account and provisioned Redis databases. You must have an API key from Upstash to authenticate and interact with the service.

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.