Odel
dryrun

dryrun

Local
@boringsql35GoBSD-2-ClauseUpdated 3 days ago

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

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).

npm@boringsql/dryrunv0.16.6

Run

npx -y @boringsql/dryrun

MCP client config

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