Upstash
Official
🗄️ Data & Files
Manage Upstash serverless Redis databases and QStash message queues. Create databases, run commands, and manage backups with the official Upstash server.
Tools (15)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"upstash": {
"command": "npx",
"args": [
"-y",
"@upstash/mcp-server"
],
"env": {
"UPSTASH_EMAIL": "your-upstash-email-here",
"UPSTASH_API_KEY": "your-upstash-api-key-here"
}
}
}
}