ZeroDB
Memory, vectors, events, and files — one API for AI agents that remember. The Mem0 alternative built for production agents.
npx zerodb-cli initThe Full Knowledge Layer for AI Agents
Everything your agents need to remember, reason, and act — memory, vectors, events, files, and knowledge graphs in one API.
ZeroMemory — Cognitive Agent Memory
Working memory, episodic recall, and semantic memory layers with automatic consolidation, decay scoring, and entity relationship graphs.
Vector Search with pgvector HNSW
Sub-millisecond semantic search backed by pgvector HNSW indexes. Free embeddings included — no OpenAI key required.
NoSQL Tables + Event Streams
Schema-free document tables and real-time event streaming alongside vector storage — one API for your full agent data layer.
File Storage (S3-Compatible)
Agent-native object storage for documents, images, and artifacts. Multi-tenant scoping with fine-grained access controls.
MCP Server Integration
10-tool memory MCP server and 83-tool full database server. Works with Cursor, VS Code, and AINative Studio IDE. Hosted remote MCP available — no local install needed.
Context Graph + GraphRAG
Multi-hop knowledge graph traversal with GraphRAG hybrid search. Ontology-aware entity resolution, edge versioning with contradiction detection, and 5 pre-built semantic templates.
Get Started in 30 Seconds
Get a working database in one command. No signup required. Python, Node.js, LangChain, LlamaIndex — pick your stack.
Instant Setup (no signup)
npx zerodb-cli initPython SDK
pip install zerodb-mcpLangChain
pip install langchain-zerodbLlamaIndex
pip install llama-index-vector-stores-zerodbMCP Server (Agent Memory)
npm i ainative-zerodb-memory-mcp- Zero-auth instant database (72hr trial, no signup)
- Free embeddings — BAAI/bge models, no OpenAI costs
- Sub-millisecond search with HNSW indexes
- MCP servers for Claude Code, Cursor, VS Code, Windsurf
- LangChain + LlamaIndex integrations
# Get a database instantly (no signup required)
curl -X POST https://api.ainative.studio/api/v1/public/instant-db
# Or use the CLI
npx zerodb-cli init
# Python — LangChain integration
from langchain_zerodb import ZeroDBVectorStore
store = ZeroDBVectorStore(
api_key="your-api-key",
project_id="your-project-id",
)
# Add documents (embeddings generated FREE)
store.add_texts(["ZeroDB is fast", "Semantic search"])
# Search by meaning
results = store.similarity_search("fast database", k=5)
# LlamaIndex integration
from llama_index_zerodb import ZeroDBVectorStore
from llama_index.core import VectorStoreIndex
index = VectorStoreIndex.from_vector_store(store)
response = index.as_query_engine().query("What is ZeroDB?")Simple, Transparent Pricing
Start free and scale as you grow. No hidden fees, no surprises.
ZeroDB – Free
Free AI data layer for MVPs
- 2GB total storage (1GB object + 1GB table)
- 1 project
- 500,000 vectors
- 50,000 events/month
- /table, /vector, /memory, /events API access
- Community support
ZeroDB – Pro
Production-ready AI data layer
- 30GB total storage (25GB object + 5GB table)
- 5 projects
- 5 million vectors
- 1 million events/month
- /table, /vector, /memory, /events API access
- Quantum Vector Compression enabled
- Scoped access control (multi-tenant ready)
- Priority community support
ZeroDB – Scale
AI-Native SaaS at scale
- 125GB total storage (100GB object + 25GB table)
- 15 projects
- 25 million vectors
- 10 million events/month
- Quantum Vector Compression (priority)
- Priority Slack support
- Advanced analytics dashboard
- High-performance streaming
Give Your Agents Persistent Memory
One API for memory, vectors, events, and files. Start free — no credit card, no signup wall.