Odel
LiteScope

LiteScope

Local
@croc1001GoAGPL-3.0Updated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmlitescopev0.8.0

Run

npx -y litescope

MCP client config

{
  "mcpServers": {
    "litescope": {
      "command": "npx",
      "args": [
        "-y",
        "litescope"
      ]
    }
  }
}