Open Source

Built in the open

Our SDKs, CLI, and MCP server are all open source under the MIT license. Use them, fork them, contribute to them.

github.com/JsonDBCloud

@jsondb-cloud/client

TypeScriptNode.js >= 18MIT

The 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.

versiondownloadsCIstarslast commitbundle size
npm install @jsondb-cloud/clientDocumentation

jsondb-cloud

PythonPython >= 3.9MIT

The 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.

versiondownloadsCIstarslast commit
pip install jsondb-cloudDocumentation

@jsondb-cloud/cli

TypeScriptNode.js >= 18MIT

The 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.

versiondownloadsCIstarslast commitbundle size
npm install -g @jsondb-cloud/cliDocumentation

@jsondb-cloud/mcp

TypeScriptNode.js >= 20MIT

The 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.

versiondownloadsCIstarslast commitbundle size
npx @jsondb-cloud/mcpDocumentation