1.1 KiB
1.1 KiB
DBX Examples
Runnable samples for common DBX workflows.
| Directory | What it shows |
|---|---|
| cli/ | Terminal queries with @dbx-app/cli |
| mcp/ | MCP configs for Cursor and Claude Code |
| docker/ | Self-hosted Docker deployment |
| web-api/ | Minimal HTTP API automation against DBX Web |
Before You Run
- Install DBX Desktop, or start the Docker/Web version.
- Create at least one connection in DBX.
- For CLI examples, install the CLI:
npm install -g @dbx-app/cli
- For MCP examples, install the MCP server:
npm install -g @dbx-app/mcp-server
Suggested Learning Path
- Read Getting Started
- Try the CLI workflow in
cli/basic-workflow.sh - Copy an MCP config from
mcp/into your project - If you self-host DBX, use
docker/docker-compose.yml - For custom integrations, inspect
web-api/automation.sh
More docs: