How to Use the Upstash MCP in Cline
Build and test against Upstash in Cline: End-to-end data execution inside VS Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Upstash MCP to Cline
Create your Vinkius account to connect Upstash to Cline and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Process Data Sets with MCP Server
You can pull all members of a set using `smembers` or just check for membership instantly with `sismember`. If you need to remove entries, the `srem` tool lets you delete specific members. This is perfect for cleaning up stale data records. Need everything in one shot? Use `hgetall` to grab every field and value from a hash key. It returns an empty object if nothing exists, which is useful for checking initial state.
Manage Counters and Metrics with Cline
The `incr` tool increments a number in Upstash Redis; it initializes the count to 0 if the key isn't there. This makes tracking metrics straightforward without error handling code. The result tells you the new total. Alternatively, use `decr` to decrease a value and get the resulting metric back. These counters are great for usage limits or vote counts.
Execute Atomic Data Writes on MCP Server
To write data, simply use `set` to establish a key-value pair, optionally giving it an expiration time (`ex`). This is the primary way you store persistent string data. It overwrites old values if they already exist. If your task requires multiple writes—say, setting three keys and then getting two of them back—run `pipeline` to execute those commands as a single batch.
Set up Upstash MCP in Cline
Prerequisites
- VS Code with Cline extension installed
- Active Vinkius subscription with a valid endpoint token
- 1
Open Cline MCP settings
Click the Cline icon in the VS Code sidebar to open the Cline panel. Then click the MCP Servers icon (server stack) at the top-right corner of the panel.
- 2
Add a remote server
Click "Remote Servers" at the top, then click "Add Remote MCP". In the Name field, type
upstash-mcp. In the URL field, paste your Vinkius endpoint:https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp. Get your token from cloud.vinkius.com. - 3
Enable the server
After saving, the server appears in the Cline MCP panel. Toggle the switch to enable it. The status indicator turns green when the connection is live.
- 4
Start using tools
Return to the Cline chat and ask: "Check my latest Upstash refund status." Cline will discover the available tools and request your approval before invoking each one — giving you full control over every action.
{
"mcpServers": {
"upstash-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Upstash. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
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 Cline
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.