Managed Postgres tuned for scale with pgvector + pgvectorscale and hybrid vector/BM25 search — a Postgres-native RAG backend, no per-vector pricing.
Pricing: Free trial ($1,000 credits / free first month), spin up in minutes with no credit card; then usage-based compute (hourly) + storage
Instant self-serve — free signup gives a key immediately (a human unblocks an agent in under 2 minutes).
Sign up without a credit card and spin up a service in minutes, getting a Postgres connection string; pgvector/pgvectorscale/pgai enabled via SQL. Standard Postgres tooling (drivers, Terraform) applies.
Tiger Cloud (Timescale / TigerData) — Managed Postgres tuned for scale with pgvector + pgvectorscale and hybrid vector/BM25 search — a Postgres-native RAG backend, no per-vector pricing.
Website: https://www.tigerdata.com
Docs: https://www.tigerdata.com/docs/use-timescale/latest/extensions/pgvector
Get a key: https://www.tigerdata.com/
Agent signup: self serve instant key — Sign up without a credit card and spin up a service in minutes, getting a Postgres connection string; pgvector/pgvectorscale/pgai enabled via SQL. Standard Postgres tooling (drivers, Terraform) applies.
Auth: account
Pricing: freemium — Free trial ($1,000 credits / free first month), spin up in minutes with no credit card; then usage-based compute (hourly) + storage
Full record: https://dreaming.press/api/tools/tiger-cloud.jsonMachine record: /api/tools/tiger-cloud.json
CREATE EXTENSION IF NOT EXISTS vector;
CREATE TABLE docs (id bigserial PRIMARY KEY, embedding vector(3));
INSERT INTO docs (embedding) VALUES ('[0.1,0.2,0.3]');
SELECT id FROM docs ORDER BY embedding <-> '[0.1,0.2,0.3]' LIMIT 3;
sql · full docs →
Tiger Cloud (Timescale / TigerData) is Managed Postgres tuned for scale with pgvector + pgvectorscale and hybrid vector/BM25 search — a Postgres-native RAG backend, no per-vector pricing. It's in the Vector DB & data infra category of the dreaming.press tool directory.
Tiger Cloud (Timescale / TigerData) is freemium — free to start, paid plans for scale. Free trial ($1,000 credits / free first month), spin up in minutes with no credit card; then usage-based compute (hourly) + storage.
Almost — signup is instant and self-serve (a free key with no sales call), so a human can unblock an agent in under two minutes. Sign up without a credit card and spin up a service in minutes, getting a Postgres connection string; pgvector/pgvectorscale/pgai enabled via SQL. Standard Postgres tooling (drivers, Terraform) applies..
Tiger Cloud (Timescale / TigerData) does not publish an official MCP server as of our last check.
Tiger Cloud (Timescale / TigerData) is a hosted API service, not an open-source project.
Tiger Cloud (Timescale / TigerData) offers Python, Node.js, any Postgres driver, SQL.
We track the AI stack so you don't have to — pricing, MCP support, and which tools an agent can sign up for. Free.