SQL
Read-only SQL querying + schema introspection over Postgres & SQLite, with a gated write mode.
stdiocommunityapplication
Package Details
@abhishekmcp/sql
Transportstdio
Runtimenpx
Environment Variables
DB_CONN_default(str)
Secret
Connection URL for the 'default' connection (postgres://… or sqlite:/abs/path). Additional connections use DB_CONN_<name>. Carries credentials — treated as secret.
DB_WRITABLE(str)
Set to 1 or true to enable the write tools (execute, execute_script).