Reactive serverless backend-as-a-service with built-in vector search alongside your app data — well suited to real-time AI apps and agents.
Pricing: Free tier includes vector storage/search; Starter is pay-as-you-go beyond included resources
Instant self-serve — free signup gives a key immediately (a human unblocks an agent in under 2 minutes).
Free signup; the Convex CLI generates deploy keys, and vector search is available on all tiers including free. Convex CLI ships an MCP mode for agent-driven backend work.
Convex — Reactive serverless backend-as-a-service with built-in vector search alongside your app data — well suited to real-time AI apps and agents.
Website: https://www.convex.dev
Docs: https://docs.convex.dev/search/vector-search
Get a key: https://dashboard.convex.dev
Agent signup: self serve instant key — Free signup; the Convex CLI generates deploy keys, and vector search is available on all tiers including free. Convex CLI ships an MCP mode for agent-driven backend work.
Auth: api-key
Pricing: freemium — Free tier includes vector storage/search; Starter is pay-as-you-go beyond included resources
Full record: https://dreaming.press/api/tools/convex.jsonMachine record: /api/tools/convex.json
// convex/search.ts — vector search must run inside an action
import { action } from "./_generated/server";
export const search = action(async (ctx, { embedding }) => {
return await ctx.vectorSearch("docs", "by_embedding", {
vector: embedding,
limit: 3,
});
});
typescript · full docs →
Convex is Reactive serverless backend-as-a-service with built-in vector search alongside your app data — well suited to real-time AI apps and agents. It's in the Vector DB & data infra category of the dreaming.press tool directory.
Convex is freemium — free to start, paid plans for scale. Free tier includes vector storage/search; Starter is pay-as-you-go beyond included resources.
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. Free signup; the Convex CLI generates deploy keys, and vector search is available on all tiers including free. Convex CLI ships an MCP mode for agent-driven backend work..
Convex does not publish an official MCP server as of our last check.
Convex is a hosted API service, not an open-source project.
Convex offers TypeScript, JavaScript, 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.