Skip to content

Environment Variables

VariableEffect
CI=true (or CI=1)Forces non-interactive mode and JSON output. Same as passing --yes --json.
NO_COLOR=1Disables ANSI colors (chalk-standard).
DXAI_DRY_RUN=1Equivalent to --dry-run.
DXAI_REGISTRY_URLOverride the default remote registry base URL used by dxai update.
HOMEStandard Unix home directory; used for resolving ~ and locating user-level config (~/.dxai/...). On Windows, USERPROFILE is used.

Plus any env vars required by the MCP servers you select (e.g. GITHUB_PERSONAL_ACCESS_TOKEN, LINEAR_API_KEY). See Registry / MCP servers for the per-server list.