简介
Upstash MCP 是连接 AI Agent 到 Upstash 无服务器 Redis 和 Kafka 的 MCP 服务器,GitHub 2,000+ stars。缓存、限流、消息队列,零基础设施,按请求付费。
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.
这里应该同时让用户和 Agent 知道第一步该复制什么、安装什么、落到哪里。
添加到 .mcp.json:
{
"mcpServers": {
"upstash": {
"command": "npx",
"args": ["-y", "@upstash/mcp-server"],
"env": {
"UPSTASH_REDIS_REST_URL": "https://你的.upstash.io",
"UPSTASH_REDIS_REST_TOKEN": "你的令牌"
}
}
}
}Upstash MCP 是连接 AI Agent 到 Upstash 无服务器 Redis 和 Kafka 的 MCP 服务器,GitHub 2,000+ stars。缓存、限流、消息队列,零基础设施,按请求付费。
Created by Upstash. Licensed under MIT.