databaseOfficial
Upstash MCP
80
Upstash
Create and manage Upstash serverless Redis databases, list keys, run commands, and interact with your Upstash account using natural language.
3801.5k/wk5.2K tokens(3%)Official1w ago
redisserverlesscachekey-valueupstash
Quick Setup
Paste in ~/.claude.json
json
{
"mcpServers": {
"upstash-mcp": {
"command": "npx",
"args": [
"-y",
"@upstash/mcp-server@latest"
],
"env": {
"UPSTASH_EMAIL": "YOUR_UPSTASH_EMAIL",
"UPSTASH_API_KEY": "YOUR_UPSTASH_API_KEY"
}
}
}
}