npm 包

@dbx-app/mcp-server

查看源 ↗

周下载量

趋势每日积累 —— 目前仅一个数据点。

项目介绍

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…

摘自 www.npmjs.com/package/@dbx-app/mcp-server