@dbx-app/mcp-server
Advanced tools
+7
-7
| { | ||
| "name": "@dbx-app/mcp-server", | ||
| "version": "0.4.62", | ||
| "version": "0.4.63", | ||
| "description": "MCP server for DBX — query databases from Claude Code, Cursor, and other AI agents", | ||
@@ -31,8 +31,8 @@ "keywords": [ | ||
| "optionalDependencies": { | ||
| "@dbx-app/mcp-darwin-arm64": "0.4.62", | ||
| "@dbx-app/mcp-darwin-x64": "0.4.62", | ||
| "@dbx-app/mcp-linux-arm64-gnu": "0.4.62", | ||
| "@dbx-app/mcp-linux-x64-gnu": "0.4.62", | ||
| "@dbx-app/mcp-win32-arm64": "0.4.62", | ||
| "@dbx-app/mcp-win32-x64": "0.4.62" | ||
| "@dbx-app/mcp-darwin-arm64": "0.4.63", | ||
| "@dbx-app/mcp-darwin-x64": "0.4.63", | ||
| "@dbx-app/mcp-linux-arm64-gnu": "0.4.63", | ||
| "@dbx-app/mcp-linux-x64-gnu": "0.4.63", | ||
| "@dbx-app/mcp-win32-arm64": "0.4.63", | ||
| "@dbx-app/mcp-win32-x64": "0.4.63" | ||
| }, | ||
@@ -39,0 +39,0 @@ "devDependencies": { |
+10
-0
@@ -201,2 +201,4 @@ # DBX MCP Server | ||
| DBX Web requests honor the standard system proxy environment variables (`HTTP_PROXY`/`HTTPS_PROXY`/`ALL_PROXY`, bypass via `NO_PROXY`); an empty value means no proxy. Proxies requiring authentication use the `http://user:pass@host:port` URL form. Extra headers can be attached via `DBX_WEB_HEADERS` (a JSON object, e.g. `{"Authorization":"Bearer <token>"}`) — applied to every request, including authentication. | ||
| Docker and DBX Web also require the standalone DuckDB driver. Install it from Driver Manager after the first launch; when `/app/data` is persisted, the driver is stored under `/app/data/agents` and survives container upgrades. | ||
@@ -268,2 +270,5 @@ | ||
| | `DBX_WEB_PASSWORD` | Authenticate to the DBX Web backend | | ||
| | `HTTP_PROXY` / `HTTPS_PROXY` / `ALL_PROXY` | Standard system proxy variables for DBX Web requests; empty value means no proxy. Auth via `http://user:pass@host:port` | | ||
| | `NO_PROXY` | Standard comma-separated bypass list for the proxy above | | ||
| | `DBX_WEB_HEADERS` | JSON object of extra HTTP headers for DBX Web requests, e.g. `{"Authorization":"Bearer token"}` | | ||
| | `DBX_MCP_ALLOW_WRITES` | Upgrade compatibility only: `0`/`false` keeps an unconfigured policy read-only | | ||
@@ -494,2 +499,4 @@ | `DBX_MCP_SCOPE_CONNECTION_ID` | Compatibility scope for one connection ID | | ||
| DBX Web 请求遵循标准系统代理环境变量:https 地址读取 `HTTPS_PROXY`/`https_proxy`,http 地址读取 `HTTP_PROXY`/`http_proxy`,`ALL_PROXY`/`all_proxy` 作为兜底,`NO_PROXY`/`no_proxy` 作为绕过列表。代理值为空或未设置时直连(不走代理)。需要认证的代理使用标准 `user:password@host:port` URL 形式,例如 `http://admin:admin123@127.0.0.1:7890`。如需为每次 DBX Web 请求附加自定义请求头(例如网关前的令牌认证),将 `DBX_WEB_HEADERS` 设置为 JSON 对象,键为请求头名称、值为字符串,例如 `{"Authorization":"Bearer <token>"}`,该头会附加到包括认证在内的每个请求。 | ||
| ### Agent/JDBC 数据库 | ||
@@ -546,2 +553,5 @@ | ||
| | `DBX_WEB_PASSWORD` | DBX Web 登录密码 | | ||
| | `HTTP_PROXY` / `HTTPS_PROXY` / `ALL_PROXY` | DBX Web 请求的标准系统代理变量;空值表示不走代理。认证格式 `http://user:pass@host:port` | | ||
| | `NO_PROXY` | 上述代理的标准逗号分隔绕过列表 | | ||
| | `DBX_WEB_HEADERS` | DBX Web 请求附加的请求头 JSON 对象,例如 `{"Authorization":"Bearer token"}` | | ||
| | `DBX_MCP_ALLOW_WRITES` | 仅用于升级兼容:`0`/`false` 使尚未配置的策略保持只读 | | ||
@@ -548,0 +558,0 @@ | `DBX_MCP_SCOPE_CONNECTION_ID` | 兼容旧配置:限制到指定连接 ID | |
+2
-2
@@ -9,3 +9,3 @@ { | ||
| }, | ||
| "version": "0.4.62", | ||
| "version": "0.4.63", | ||
| "packages": [ | ||
@@ -15,3 +15,3 @@ { | ||
| "identifier": "@dbx-app/mcp-server", | ||
| "version": "0.4.62", | ||
| "version": "0.4.63", | ||
| "transport": { | ||
@@ -18,0 +18,0 @@ "type": "stdio" |
38581
4.91%611
1.66%