Upstash Qstash
Upstash Qstash securely stores and retrieves data using Redis via Upstash, ideal for persistent queues & state management.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add upstash-qstash npx -- -y @trustedskills/upstash-qstash
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"upstash-qstash": {
"command": "npx",
"args": [
"-y",
"@trustedskills/upstash-qstash"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The upstash-qstash skill allows AI agents to interact with Upstash Qstash, a serverless key-value database. It enables agents to store and retrieve data persistently, acting as a memory or configuration storage for the agent's long-term needs. This provides a reliable way for agents to maintain state across sessions and interactions.
When to use it
- Persistent Memory: When an agent needs to remember information between conversations or tasks (e.g., user preferences, ongoing project details).
- Configuration Storage: To store and retrieve configuration settings for the agent's behavior or access credentials.
- Caching Frequently Accessed Data: To improve response times by storing results of expensive computations or API calls.
- Sharing State Between Agents: Facilitating collaboration between multiple AI agents working on a shared task.
Key capabilities
- Storing data as key-value pairs.
- Retrieving data using keys.
- Deleting existing entries.
- Persistent storage across agent sessions.
Example prompts
- "Store my favorite color as 'color' with the value 'blue'."
- "Retrieve the value associated with the key 'user_name'."
- “Delete the entry for ‘api_key’."
Tips & gotchas
- Requires an Upstash account and API keys to function. Ensure these are securely provided to the agent.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.