MCP server

Upstash

MCP

Official Upstash developer MCP.

Manage Redis, Vector, and QStash resources through Upstash’s own developer API.

latest·Apache-2.0·Updated this quarter·github.com/upstash/mcp-server·Transport: stdio

Claude CodeCursorVS CodeDesktop
ScannedActive

claude_desktop_config.json

{
  "mcpServers": {
    "upstash": {
      "command": "npx",
      "args": [
        "-y",
        "@upstash/mcp-server"
      ],
      "env": {
        "UPSTASH_API_KEY": "…"
      }
    }
  }
}

By Upstash

Spec

What the server actually exposes.

  • list_databases

    read

    Upstash databases in the account.

  • redis_command

    write

    A Redis command against a DB you name.

Guardrails

  • Credentials stay in env
  • Read-first unless a write tool is called
  • Official package, not a wrapper

upstash-mcp.mcp/tools

Tools

  • list_databases

    Upstash databases in the account.

    read
  • redis_command

    A Redis command against a DB you name.

    write

Last call

{ "ok": true,
  "tool": "list_databases",
  "rows": 12 }

Other servers worth installing

Discussion

No notes yet. Be the first hunter to report back.