How to Use the Upstash MCP in Claude
Access persistent, real-time data using Upstash with Claude Desktop.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Upstash MCP to Claude Desktop
Create your Vinkius account to connect Upstash to Claude Desktop and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Managing Redis Data Structures via MCP Server
Need to work with complex data types? The `hgetall` tool fetches every field and its value from a specified Redis hash. It returns an empty object if the key isn't there, so your agent can handle nulls easily. This capability also lets you build new structures using `hset`. If the key doesn't exist, it creates the hash; otherwise, it just overwrites what's there. You get a count of how many fields were added or changed.
Executing Atomic Redis Operations with MCP Server
When you need to run multiple commands together and guarantee they all succeed—or fail together—use the `pipeline` tool. This sends an array of arrays, like [["SET","k1","v1"],["GET","k1"]]. You'll get results in order. Be careful with this one; it’s powerful but not atomic. If you truly need atomicity, remember to use the dedicated multi-exec feature for those commands. It lets your agent execute batches of Redis instructions safely.
Monitoring and Controlling Key Lifecycles
You can check if a key exists using `exists`, which is super lightweight because it doesn't fetch the actual value. Need to know when it expires? The `ttl` tool tells you the time remaining, returning -1 if there's no expiry set. To control retention, use the `expire` command to set a Time To Live (TTL). This automatically deletes the key once the timer runs out. Setting this expiry is crucial for managing data volume.
Set up Upstash MCP in Claude Web or Desktop
- 1
Open Claude Settings
Go to claude.ai, click your profile icon, then navigate to Customize → Connectors.
- 2
Add Custom Connector
Click the "+" button and select Add custom connector. Paste your Vinkius endpoint URL:
https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcpReplace[YOUR_TOKEN_HERE]with your token from cloud.vinkius.com. For OAuth-protected servers, expand Advanced settings to add credentials. - 3
Start a conversation
Open a new chat. The Upstash MCP tools are available immediately — no restart needed.
Endpoint URL
https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp No configuration file needed — paste the URL directly in the Claude web interface.
Available on Free (1 connector), Pro, Max, Team, and Enterprise plans.
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 Desktop
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.