MCP.so
登录

Upstash MCP Server

@upstash

关于 Upstash MCP Server

Upstash Model Context Server

基本信息

分类

其他

传输方式

stdio

发布者

upstash

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "mcp-server-upstash": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli",
        "install",
        "@upstash/mcp-server-upstash",
        "--client",
        "claude"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Upstash MCP Server?

Upstash MCP Server is a Model Context Protocol server for the Upstash Developer API. It allows large language models and MCP clients like Claude Desktop to manage Upstash resources (e.g., Redis databases) using natural language commands.

How to use Upstash MCP Server?

Install via Smithery (npx -y @smithery/cli install @upstash/mcp-server-upstash --client claude) or manually by running npx @upstash/mcp-server-upstash init <UPSTASH_EMAIL> <UPSTASH_API_KEY> and restarting Claude Desktop. Requires Node.js >= v18.0.0, Claude Desktop (or any MCP client), and an Upstash API key.

Key features of Upstash MCP Server

  • Manage Redis databases with natural language
  • Create, list, delete, and backup databases
  • Run single or multiple Redis commands
  • View database usage statistics and throughput spikes
  • Update regions and reset passwords
  • Restore from backups and set daily backups

Use cases of Upstash MCP Server

  • Create a new Redis database in a specific region
  • List all databases on an Upstash account
  • Inspect keys matching a pattern in a database
  • Create or restore a database backup
  • Retrieve throughput spike data for the last 7 days

FAQ from Upstash MCP Server

What are the system requirements?

Node.js >= v18.0.0 and an Upstash account with an API key. The server is primarily designed for use with Claude Desktop but works with any MCP client.

How do I obtain an Upstash API key?

You can create an API key from the Upstash console at https://console.upstash.com/account/api.

Can I use other MCP clients besides Claude Desktop?

Yes. The server works with any MCP client that supports the protocol.

How do I install the server locally without Smithery?

Run npx @upstash/mcp-server-upstash init <UPSTASH_EMAIL> <UPSTASH_API_KEY>, then restart Claude Desktop.

What Redis database operations are available?

Tools include creating, deleting, listing databases; managing backups; resetting passwords; running single or multiple Redis commands; updating regions; and viewing usage stats.

评论

其他 分类下的更多 MCP 服务器