← Back to Plugins
MCP Server MCP

io.github.upstash/mcp-server

github By github 👁 1 views ▲ 0 votes

Manage Upstash databases and resources through the Upstash Developer API.

Homepage Verified source GitHub

Install

npx -y @upstash/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@upstash/mcp-server",
      "version": "0.2.7",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Email address of your Upstash account.",
          "isRequired": true,
          "name": "UPSTASH_EMAIL"
        },
        {
          "description": "Upstash Developer API key (create one at https://console.upstash.com/account/api).",
          "isRequired": true,
          "isSecret": true,
          "name": "UPSTASH_API_KEY"
        },
        {
          "description": "Upstash Box API key for Box-related tools.",
          "isSecret": true,
          "name": "UPSTASH_BOX_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...