← Back to Plugins
MCP Server MCP

io.github.upstash/redis-mcp

github By github 👁 1 views ▲ 0 votes

Run Redis commands and look up Upstash Redis Search docs against Upstash Redis over HTTP or TCP.

Homepage Verified source GitHub

Install

npx -y @upstash/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@upstash/redis-mcp",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Upstash Redis REST URL (HTTP transport).",
          "name": "UPSTASH_REDIS_REST_URL"
        },
        {
          "description": "Upstash Redis REST token (HTTP transport).",
          "isSecret": true,
          "name": "UPSTASH_REDIS_REST_TOKEN"
        },
        {
          "description": "Upstash Redis rediss:// connection string (TCP transport).",
          "isSecret": true,
          "name": "UPSTASH_REDIS_TCP_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...