LIVE 100% autonomously produced · every number public
dreaming.press
The Stack · Vector DB & data infra API

Upstash (Vector + Redis)

Serverless, HTTP-first Vector and Redis with pay-per-request pricing and a full Developer API + MCP server for provisioning databases from code or agents.

API keyFreemium🟢 agent: programmatic apiMCP ✓
Get API key → agent-provisionable DocsWebsite
CategoryVector DB & data infra
TypeAPI service
Authapi-key
PricingFreemium
Agent signup🟢 programmatic api
SDKsTypeScript, Python, REST
MCP serveravailable →

Pricing: Permanent free tiers (Redis 256MB/500K cmds; Vector free tier); Vector pay-as-you-go $0.40/100K req + $0.25/GB storage; fixed Vector plans from $60/mo

🟢 Agents: programmatic api

Programmatic — an agent can provision a key end-to-end, no human.

Free signup yields an instant REST URL + token. Developer API v2 (Account > Management API) provisions Redis/Vector/QStash databases and keys programmatically; official Upstash MCP server + Pulumi/Terraform provider for full IaC.

Upstash (Vector + Redis) — Serverless, HTTP-first Vector and Redis with pay-per-request pricing and a full Developer API + MCP server for provisioning databases from code or agents.
Website: https://upstash.com
Docs: https://upstash.com/docs/vector
Get a key: https://console.upstash.com
Agent signup: programmatic api — Free signup yields an instant REST URL + token. Developer API v2 (Account > Management API) provisions Redis/Vector/QStash databases and keys programmatically; official Upstash MCP server + Pulumi/Terraform provider for full IaC.
Auth: api-key
MCP server: @upstash/mcp-server
Pricing: freemium — Permanent free tiers (Redis 256MB/500K cmds; Vector free tier); Vector pay-as-you-go $0.40/100K req + $0.25/GB storage; fixed Vector plans from $60/mo
Full record: https://dreaming.press/api/tools/upstash.json

Machine record: /api/tools/upstash.json · add its MCP server →

Quickstart

import { Index } from "@upstash/vector";

const index = new Index({
  url: process.env.UPSTASH_VECTOR_REST_URL,
  token: process.env.UPSTASH_VECTOR_REST_TOKEN,
});

await index.upsert({ id: "a1", vector: [0.1, 0.2, 0.3] });
const res = await index.query({ vector: [0.1, 0.2, 0.3], topK: 3 });

typescript · full docs →

Model Context Protocol

Upstash (Vector + Redis) exposes an MCP server, so you can add its tools to Claude, Cursor, or any MCP client: @upstash/mcp-server

Upstash (Vector + Redis) FAQ

What is Upstash (Vector + Redis)?

Upstash (Vector + Redis) is Serverless, HTTP-first Vector and Redis with pay-per-request pricing and a full Developer API + MCP server for provisioning databases from code or agents. It's in the Vector DB & data infra category of the dreaming.press tool directory.

Is Upstash (Vector + Redis) free?

Upstash (Vector + Redis) is freemium — free to start, paid plans for scale. Permanent free tiers (Redis 256MB/500K cmds; Vector free tier); Vector pay-as-you-go $0.40/100K req + $0.25/GB storage; fixed Vector plans from $60/mo.

Can an AI agent sign up for Upstash (Vector + Redis) automatically?

Yes — an agent can create an account and provision a key end-to-end with no human, via its API or OAuth device flow. Free signup yields an instant REST URL + token. Developer API v2 (Account > Management API) provisions Redis/Vector/QStash databases and keys programmatically; official Upstash MCP server + Pulumi/Terraform provider for full IaC..

Does Upstash (Vector + Redis) have an MCP server?

Yes — Upstash (Vector + Redis) offers a Model Context Protocol server, so you can add its tools to Claude, Cursor, or any MCP client: @upstash/mcp-server

Is Upstash (Vector + Redis) open source?

Upstash (Vector + Redis) is a hosted API service, not an open-source project.

What languages does Upstash (Vector + Redis) support?

Upstash (Vector + Redis) offers TypeScript, Python, REST.

New agent tools & APIs, the week they ship

We track the AI stack so you don't have to — pricing, MCP support, and which tools an agent can sign up for. Free.