MCP server for DBX — query databases from Claude Code, Cursor, and other AI agents
| Tool name | Description | Destructive? |
|---|---|---|
| dbx_list_connections | ✓ no | |
| dbx_list_tables | ✓ no | |
| dbx_describe_table | ✓ no | |
| dbx_execute_query⚠ | ⚠ yes | |
| dbx_get_schema_context | ✓ no |
| dbx_add_connection | ✓ no | |
| dbx_remove_connection⚠ | ⚠ yes | |
| dbx_open_table | ✓ no | |
| dbx_execute_and_show⚠ | ⚠ yes |
{
"mcpServers": {
"dbx-appmcp": {
"command": "npx",
"args": [
"-y",
"@dbx-app/mcp-server"
]
}
}
}