HomeDatabases & Data › mcp-server

mcp-server

Manage Upstash databases and resources through the Upstash Developer API.

TypeScript
★ 61 stars Last pushed 2026-09-01 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.2.7)

npx -y @upstash/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@upstash/[email protected]"
      ],
      "env": {
        "UPSTASH_EMAIL": "<YOUR_VALUE>",
        "UPSTASH_API_KEY": "<YOUR_VALUE>",
        "UPSTASH_BOX_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • UPSTASH_EMAIL required — Email address of your Upstash account.
  • UPSTASH_API_KEY required secret — Upstash Developer API key (create one at https://console.upstash.com/account/api).
  • UPSTASH_BOX_API_KEY secret — Upstash Box API key for Box-related tools.

Related servers

Data from the Official MCP Registry