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-cli update.
DXAI_MCP_REGISTRY_URLOverride the official MCP Registry base URL (default https://registry.modelcontextprotocol.io) used by dxai-cli update and dxai-cli add <registry-name>.
DXAI_REGISTRY_SOURCE=bundledIgnore ~/.dxai/cache and use the bundled catalog. Set by the test runner and doc generators.
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.