Manage Upstash serverless Redis, Kafka, and QStash messaging.
## Upstash MCP Server: Serverless Data Platform The **Upstash MCP Server** integrates Upstash serverless Redis, Kafka, and QStash into Google Antigravity. Manage serverless data infrastructure with pay-per-request pricing. ### Why Upstash MCP? Upstash offers serverless data with per-request pricing. The MCP provides: - **Redis**: Serverless key-value store - **Kafka**: Serverless event streaming - **QStash**: Message queue and scheduling - **Vector**: Vector database for AI ### Key Features #### 1. Serverless Redis Key-value operations: - CRUD operations - Pub/Sub messaging - JSON support - Global replication #### 2. Event Streaming Kafka-compatible: - Topic management - Message production - Consumer groups - Schema registry ### Configuration ```json { "mcpServers": { "upstash": { "command": "npx", "args": ["-y", "@upstash/mcp-server"], "env": { "UPSTASH_REDIS_URL": "your-redis-url", "UPSTASH_REDIS_TOKEN": "your-token" } } } } ``` The Upstash MCP brings serverless data infrastructure to your workflow.
{
"mcpServers": {
"upstash": {}
}
}