Skip to content
Cursor

dryrun for Cursor

io.github.boringsql/dryrun

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

client:Cursor transport:stdio runtime:npm

Install dryrun in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

dryrun in other clients