MCP server

Upstash Redis
MCPOfficial Upstash Redis MCP. Commands over HTTP or TCP.
upstash/redis-mcp. Run Redis against the Upstash database you point at — separate from Context7.
latest·MIT·Updated this quarter·github.com/upstash/redis-mcp·Transport: stdio
Claude CodeCursorVS CodeDesktop
ScannedActive
claude_desktop_config.json
{
"mcpServers": {
"upstash-redis": {
"command": "npx",
"args": [
"-y",
"@upstash/redis-mcp"
],
"env": {
"UPSTASH_REDIS_REST_URL": "…",
"UPSTASH_REDIS_REST_TOKEN": "…"
}
}
}
}By Upstash
Spec
What the server actually exposes.
get
readRead a key.
scan
readScan keys.
set
writeWrite a key after you confirm.
Guardrails
- Credentials stay in env
- Read-first unless a write tool is called
- Official package, not a wrapper
upstash-redis-mcp.mcp/tools
Tools
- read
get
Read a key.
- read
scan
Scan keys.
- write
set
Write a key after you confirm.
Last call
{ "ok": true,
"tool": "get",
"rows": 12 }Other servers worth installing
Discussion
No notes yet. Be the first hunter to report back.
