Skip to content

Troubleshooting

Run the doctor:

Terminal window
dxai doctor

It checks: configs parse, required env vars, npx on PATH, and project files referenced in the manifest still exist. Exits non-zero on errors.

Either the named profile doesn’t exist in ~/.dxai/profiles/ and ./.dxai/, or the path you passed doesn’t resolve. List with dxai profiles.

Most likely: the server needs an env var that isn’t set. Run dxai doctor to see which env vars are missing, or check the Registry / MCP servers page.

Terminal window
dxai cleanup

Removes everything dxai installed (manifest-aware — won’t touch entries you added by hand).

dxai falls back to the bundled registry when the remote is unreachable, so the CLI keeps working offline. To check what URL it’s hitting: echo $DXAI_REGISTRY_URL (empty means the default GitHub URL).