@dbx-app/mcp-server
Trend accrues daily — one point so far.
About
MCP server for DBX — lets AI agents (Claude Code, Cursor, etc.) query your databases using connections already configured in DBX.
For Windows portable builds, set DBXDATADIR to the portable data directory that contains dbx.db:
For terminal, script, and Codex workflows, install the dedicated CLI package:
See the DBX CLI README for command details.
dbxexecutequery accepts multiple SQL statements and executes them one at a time after checking each statement. Regular write statements such as INSERT, UPDATE, and DELETE ... WHERE ... are allowed by default.
If you need to force a read-only MCP session, set:
Dangerous statements such as DROP, TRUNCATE, and ALTER remain blocked unless you…
Excerpted from www.npmjs.com/package/@dbx-app/mcp-server