Fully-managed serverless hosting for the developer-favorite open-source Chroma, with the same API as local Chroma and per-database scoped keys.
Pricing: Free tier (~1M embeddings) + free credits; usage-based beyond — storage ~$0.02/GB/mo plus query/write ops
Instant self-serve — free signup gives a key immediately (a human unblocks an agent in under 2 minutes).
Sign up free, create databases (dev/staging/prod) and scope individual API keys to specific databases from the console; same API as OSS Chroma so code ports 1:1. Official Chroma MCP server.
Chroma Cloud — Fully-managed serverless hosting for the developer-favorite open-source Chroma, with the same API as local Chroma and per-database scoped keys.
Website: https://www.trychroma.com
Docs: https://docs.trychroma.com/cloud/getting-started
Get a key: https://www.trychroma.com/
Agent signup: self serve instant key — Sign up free, create databases (dev/staging/prod) and scope individual API keys to specific databases from the console; same API as OSS Chroma so code ports 1:1. Official Chroma MCP server.
Auth: api-key
MCP server: https://github.com/chroma-core/chroma-mcp
Pricing: freemium — Free tier (~1M embeddings) + free credits; usage-based beyond — storage ~$0.02/GB/mo plus query/write ops
Full record: https://dreaming.press/api/tools/chroma-cloud.jsonMachine record: /api/tools/chroma-cloud.json · add its MCP server →
import chromadb
client = chromadb.CloudClient(
tenant="YOUR_TENANT",
database="YOUR_DB",
api_key="YOUR_API_KEY",
)
col = client.get_or_create_collection("docs")
col.add(ids=["a1"], embeddings=[[0.1, 0.2, 0.3]], metadatas=[{"title": "hello"}])
res = col.query(query_embeddings=[[0.1, 0.2, 0.3]], n_results=3)
python · full docs →
Chroma Cloud exposes an MCP server, so you can add its tools to Claude, Cursor, or any MCP client: https://github.com/chroma-core/chroma-mcp
Chroma Cloud is Fully-managed serverless hosting for the developer-favorite open-source Chroma, with the same API as local Chroma and per-database scoped keys. It's in the Vector DB & data infra category of the dreaming.press tool directory.
Chroma Cloud is freemium — free to start, paid plans for scale. Free tier (~1M embeddings) + free credits; usage-based beyond — storage ~$0.02/GB/mo plus query/write ops.
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 free, create databases (dev/staging/prod) and scope individual API keys to specific databases from the console; same API as OSS Chroma so code ports 1:1. Official Chroma MCP server..
Yes — Chroma Cloud offers a Model Context Protocol server, so you can add its tools to Claude, Cursor, or any MCP client: https://github.com/chroma-core/chroma-mcp
Chroma Cloud is a hosted API service, not an open-source project.
Chroma Cloud offers Python, JavaScript/TypeScript, 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.