Skip to content
VS Code

dryrun for VS Code

io.github.boringsql/dryrun

PostgreSQL schema intelligence from a committed snapshot. No connection, no credentials.

client:VS Code transport:stdio runtime:npm

Install dryrun in VS Code

.vscode/mcp.json

{
  "servers": {
    "dryrun": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@boringsql/dryrun"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

dryrun in other clients