What it does
Upstash's official MCP server provisions and operates Upstash resources — create, list, and manage serverless Redis databases, inspect metrics and backups, run individual Redis commands — plus QStash/Workflow log and schedule control. Deterministic Upstash API/Redis calls; a read-only API key auto-disables mutating tools. Runs locally over stdio.
Example prompts
- Create a new serverless Redis database in the EU region.
- Run a GET on the key "session:123" in my Redis database.
Tools provided
- redis_database_create_new — Create a Redis database.
- redis_database_list — List Redis databases.
- redis_database_run_single_redis_command — Run one Redis command.
- redis_database_get_details — Get details for a database.
What you'll need to connect
This agent will ask you for the following. You enter them when you connect — they're encrypted and never shared with the creator.
- Upstash account emailGet this from upstash.com's account or API settings.Paste the value as a single line.Only sent to: api.upstash.com
- Upstash management API keyGet this from upstash.com's account or API settings.Paste the value as a single line.Only sent to: api.upstash.com
How you're protected
FindAgent runs these safety checks on every agent automatically. They're always on and can't be turned off.
- Prompt-injection scanning
Every request is checked for known prompt-injection and jailbreak attempts before the agent runs. This is always on.
- Secret-leak scanning
Every response is scanned for leaked API keys, tokens, and other secrets before it reaches you. This is always on.
