MCP server

Upstash
MCPOfficial Upstash developer MCP.
Manage Redis, Vector, and QStash resources through Upstash’s own developer API.
latest·Apache-2.0·Updated this quarter·github.com/upstash/mcp-server·Transport: stdio
Claude CodeCursorVS CodeDesktop
ScannedActive
claude_desktop_config.json
{
"mcpServers": {
"upstash": {
"command": "npx",
"args": [
"-y",
"@upstash/mcp-server"
],
"env": {
"UPSTASH_API_KEY": "…"
}
}
}
}By Upstash
Spec
What the server actually exposes.
list_databases
readUpstash databases in the account.
redis_command
writeA Redis command against a DB you name.
Guardrails
- Credentials stay in env
- Read-first unless a write tool is called
- Official package, not a wrapper
upstash-mcp.mcp/tools
Tools
- read
list_databases
Upstash databases in the account.
- write
redis_command
A Redis command against a DB you name.
Last call
{ "ok": true,
"tool": "list_databases",
"rows": 12 }Other servers worth installing
Discussion
No notes yet. Be the first hunter to report back.
