Serverless Redis and Kafka for edge computing
Serverless Redis and Kafka with global replication. Perfect for caching, rate limiting, and messaging at the edge.
{
"mcpServers": {
"upstash": {
"env": {
"UPSTASH_REDIS_REST_URL": "https://...",
"UPSTASH_REDIS_REST_TOKEN": "your_token"
},
"args": [
"-y",
"@upstash/mcp-server"
],
"command": "npx"
}
}
}UPSTASH_REDIS_REST_URLhttps://...UPSTASH_REDIS_REST_TOKENyour_token