Manage Upstash Redis databases via natural language. Create databases, run Redis commands, list keys, manage backups, and monitor performance. The official Upstash MCP integration for serverless Redis.
Install via CLI
mog install mogteam/mcp-upstashManual config
Upstash account email
Upstash API key (from console.upstash.com → Account → API Keys)
.cursor/mcp.json{
"mcpServers": {
"mogteam-mcp-upstash": {
"command": "npx",
"args": [
"-y",
"@upstash/mcp-server@latest"
],
"env": {
"UPSTASH_EMAIL": "<UPSTASH_EMAIL>",
"UPSTASH_API_KEY": "<your-secret>"
}
}
}
}Or run mog install to configure automatically. MCP docs
Manage Upstash Redis databases via natural language. Create databases, run Redis commands, list keys, manage backups, and monitor performance. The official Upstash MCP integration for serverless Redis.
mog install mogteam/mcp-upstash
upstash redis serverless cache key-value mcp
Sourced from Upstash (official) — ⭐ 420 stars.
No ratings yet.
@mogteam
Official curated skills and prompt templates from the mog.md team.
Source
Upstash (official)
github.com/upstash/mcp-serverThis package is sourced from the above repository and distributed on mog under its original license.
Releases