HomeDatabases & Data › LiteScope

LiteScope

Operations toolchain for SQLite, Cloudflare D1 & Turso: inspect, diff, migrate, monitor & repair.

Go CloudLocal
★ 1 stars Last pushed 2026-07-14 License: AGPL-3.0

Topics: Databases

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.8.0)

npx -y litescope@0.8.0

Or add to your MCP client config:

{
  "mcpServers": {
    "litescope": {
      "command": "npx",
      "args": [
        "-y",
        "litescope@0.8.0"
      ],
      "env": {
        "CLOUDFLARE_API_TOKEN": "<YOUR_VALUE>",
        "CLOUDFLARE_ACCOUNT_ID": "<YOUR_VALUE>"
      }
    }
  }
}
  • CLOUDFLARE_API_TOKEN secret — Cloudflare API token — only needed for Cloudflare D1 sources (d1://...)
  • CLOUDFLARE_ACCOUNT_ID — Cloudflare account ID — only needed for Cloudflare D1 sources

This server takes extra arguments — see its repository.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry