🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

litescope

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

litescope

SQLite & Cloudflare D1 operations: MCP server, schema diff, migrations, lint, backups, autopilot. Run with `npx litescope`.

latest
Source
npmnpm
Version
0.8.0
Version published
Weekly downloads
39
-45.07%
Maintainers
1
Weekly downloads
 
Created
Source

litescope

Operations tooling for SQLite, Cloudflare D1, and Turso — an MCP server for AI agents, plus schema diff, migrations, lint, point-in-time backups, and a self-driving optimizer. This package is a thin installer that fetches the prebuilt Litescope binary for your platform, so JavaScript and wrangler users can run it without a separate install.

# Run the latest without installing
npx litescope doctor app.db

# Diff your dev schema against live D1
npx litescope diff local.db d1://DB_ID

# Run it as an MCP server for Claude / Cursor
npx litescope mcp --allow-writes

Install globally if you prefer:

npm install -g litescope
litescope --version

The binary is downloaded from the matching GitHub release on install (or on first run) into the package's vendor/ directory — macOS, Linux, and Windows (amd64/arm64). No data leaves your machine.

Full documentation: https://litescope-site.pages.dev/docs · Source & license (AGPL-3.0): https://github.com/croc100/Litescope

Keywords

sqlite

FAQs

Package last updated on 14 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts