UP

Upstash

Created 6 months ago

Upstash MCP Server for managing context between LLMs and external systems.

development documentation public

What is Upstash?

Manage Redis databases and run Redis commands on [Upstash](https://upstash.com/) with natural language.

Documentation

Usage# Requirements

How to use locally## Installing for Claude Desktop

To install Upstash MCP Server for Claude Desktop automatically via Smithery run the following command:

npx -y @smithery/cli@latest install @upstash/mcp-server --client claude

Installing for Cursor

To install Upstash MCP Server for Cursor automatically via Smithery run the following command:

npx -y @smithery/cli@latest install @upstash/mcp-server --client cursor

Installing for Windsurf

To install Upstash MCP Server for Windsurf automatically via Smithery run the following command:

npx -y @smithery/cli@latest install @upstash/mcp-server --client windsurf

Running with Docker

You can also use the provided Docker image to run the server.

docker build -t upstash-mcp .\n\n# Run the stdio server, add this command to you MCP config
docker run --rm -i \
- e UPSTASH_EMAIL= \
- e UPSTASH_API_KEY= \
 upstash-mcp

Troubleshooting

See the troubleshooting guide in the MCP documentation.

Server Config

{
  "mcpServers": {
    "upstash-server": {
      "command": "npx",
      "args": [
        "upstash"
      ]
    }
  }
}

Links & Status

Repository: github.com
Hosted: No
Global: No
Official: Yes

Project Info

Hosted Featured
Created At: May 23, 2025
Updated At: Aug 07, 2025
Author: Upstash
Category: official
License: MIT
Tags:
development documentation public