How to Use the Upstash MCP in Claude Code
Automate infrastructure with Upstash in Claude Code: Headless Redis access for CI/CD pipelines.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Upstash MCP to Claude Code
Create your Vinkius account to connect Upstash to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Manage Complex Data Structures via MCP Server
To read all fields from a hash, run `hgetall`. This pulls structured data cleanly into your script. If you only need one field, use `hget` for targeted access. The server handles creating the hash if it's missing. Sets are ideal for unique identifiers; use `sadd` to add members or check membership fast with `sismember`. You can also remove specific items using `srem`.
Queue and Publish Messages in Claude Code
Send messages to a channel using `publish`, which is fire-and-forget. For simple list queues, use `rpush` to add an item right to the end. You can also retrieve ranges of elements with `lrange`. If you need multiple commands run as one unit in your CI/CD script, the `pipeline` tool groups them together for efficient execution.
Monitor Key Status on MCP Server
Always check key status before acting. The `ttl` function tells you the remaining time until a key expires. You can also use `key_type` to confirm if the data structure is what your script expects. Want to list all keys? Use `list_keys`. Be warned: this operation can slow down large databases, so only run it when necessary.
Set up Upstash MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seeupstash-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Upstash transactions." It will automatically discover and invoke the available Upstash tools.
claude mcp add --transport http upstash-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Upstash MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Upstash MCP today
We host it, we monitor it, we maintain it. You just paste one token.