Skip to content
Zed

LiteScope for Zed

io.github.croc100/litescope

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

client:Zed transport:stdio runtime:npm

Install LiteScope in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "litescope": {
      "command": "npx",
      "args": [
        "-y",
        "litescope"
      ],
      "env": {
        "CLOUDFLARE_API_TOKEN": "<CLOUDFLARE_API_TOKEN>",
        "CLOUDFLARE_ACCOUNT_ID": "<CLOUDFLARE_ACCOUNT_ID>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

LiteScope in other clients