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.