zerodb-cli
v0.1.0
Published
CLI for ZeroDB - AI-native vector database. Instant project setup, MCP server configuration, and API key management for Claude Code, Cursor, VS Code, and Windsurf.
Maintainers
Keywords
Readme
ZeroDB CLI
CLI for ZeroDB - the AI-native vector database. Set up a project and configure MCP servers for your AI editor in one command.
Quick Start
npx zerodb-cli initThis will:
- Create an instant ZeroDB project (no signup required, 72-hour trial)
- Auto-detect your editor (Claude Code, Cursor, VS Code, Windsurf)
- Configure the ZeroDB MCP server for agent memory
- Write credentials to
.env - Print curl examples to get started
Commands
zerodb init
Create a new ZeroDB project and configure your editor.
npx zerodb-cli init # Auto-detect editor
npx zerodb-cli init --editor cursor # Target specific editor
npx zerodb-cli init --api-key sk_xxx # Use existing API key
npx zerodb-cli init --project-id uuid # Use existing projectzerodb status
Check your current ZeroDB project status.
npx zerodb-cli statusWhat Gets Created
your-project/
.env # ZERODB_API_KEY, ZERODB_PROJECT_ID
.mcp.json # MCP server config (Claude Code)
.cursor/mcp.json # MCP server config (Cursor)
.vscode/mcp.json # MCP server config (VS Code)Supported Editors
| Editor | Config File | Detection |
|--------|-------------|-----------|
| Claude Code | .mcp.json | .claude/ directory |
| Cursor | .cursor/mcp.json | .cursor/ directory |
| VS Code | .vscode/mcp.json | .vscode/ directory |
| Windsurf | .windsurf/mcp.json | .windsurf/ directory |
Why ZeroDB?
- Free embeddings - BAAI/bge models powered by TEI, no OpenAI costs
- Sub-millisecond search - pgvector with HNSW indexes
- Zero signup - instant database provisioning via API
- Built for agents - MCP server with 6 memory tools + 60+ database tools
- Persistent memory - agent context survives across sessions
Links
- ZeroDB Product Page
- API Documentation
- GitHub
- Discord
- Python: langchain-zerodb
- Python: llama-index-vector-stores-zerodb
License
MIT - Built by AINative Studio
