MCP Configs2026年4月7日·1 分钟阅读

Upstash MCP — Serverless Redis & Kafka for AI Agents

MCP server for Upstash serverless Redis and Kafka. Give AI agents access to caching, rate limiting, pub/sub, and message queues with zero infrastructure. Pay-per-request pricing. 2,000+ stars.

介绍

Upstash MCP is the MCP server that connects AI agents to Upstash serverless Redis and Kafka, with 2,000+ GitHub stars. Caching, rate limiting, and message queues — zero infrastructure, pay per request.


Quick Start

Add to .mcp.json:

{
  "mcpServers": {
    "upstash": {
      "command": "npx",
      "args": ["-y", "@upstash/mcp-server"],
      "env": {
        "UPSTASH_REDIS_REST_URL": "https://your.upstash.io",
        "UPSTASH_REDIS_REST_TOKEN": "your-token"
      }
    }
  }
}

Overview

Upstash MCP is the MCP server that connects AI agents to Upstash serverless Redis and Kafka, with 2,000+ GitHub stars. Caching, rate limiting, and message queues — zero infrastructure, pay per request.


Source & Thanks

Created by Upstash. Licensed under MIT.

🙏

来源与感谢

Created by Upstash. Licensed under MIT.

讨论

登录后参与讨论。
还没有评论,来写第一条吧。