MCP Server
MCP
LiteScope
Operations toolchain for SQLite, Cloudflare D1 & Turso: inspect, diff, migrate, monitor & repair.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "litescope",
"version": "0.8.0",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"value": "mcp",
"type": "positional",
"valueHint": "subcommand"
}
],
"environmentVariables": [
{
"description": "Cloudflare API token — only needed for Cloudflare D1 sources (d1://...)",
"isSecret": true,
"name": "CLOUDFLARE_API_TOKEN"
},
{
"description": "Cloudflare account ID — only needed for Cloudflare D1 sources",
"name": "CLOUDFLARE_ACCOUNT_ID"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment