Open Source
Our SDKs, CLI, and MCP server are all open source under the MIT license. Use them, fork them, contribute to them.
github.com/JsonDBCloudThe official JavaScript/TypeScript SDK for jsondb.cloud. Full CRUD, query builder with filtering and sorting, bulk operations, schema validation, version history, webhooks, import/export, and real-time SSE streaming.
npm install @jsondb-cloud/clientDocumentationThe official Python SDK for jsondb.cloud. Sync and async support, full CRUD with filtering and sorting, bulk operations, schema validation, version history, webhooks, and import/export. Built on httpx.
pip install jsondb-cloudDocumentationThe official CLI tool for jsondb.cloud. Manage documents, collections, schemas, webhooks, and versions from the terminal. Push and pull data with JSON, CSV, and NDJSON support. Available via npm, Homebrew, or standalone binaries.
npm install -g @jsondb-cloud/cliDocumentationThe official MCP (Model Context Protocol) server for jsondb.cloud. Lets AI agents create, query, and manage documents through natural language. Works with Claude Desktop, Claude Code, and Cursor.
npx @jsondb-cloud/mcpDocumentation