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.
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
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.jsonMachine record: /api/tools/upstash.json · add its MCP server →
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 →
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) 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.
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.
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..
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
Upstash (Vector + Redis) is a hosted API service, not an open-source project.
Upstash (Vector + Redis) offers TypeScript, Python, REST.
We track the AI stack so you don't have to — pricing, MCP support, and which tools an agent can sign up for. Free.