Skip to content

Config Files

PathContents
~/.dxai/profiles/<name>.jsonSaved user profiles
~/.dxai/config.jsonUser-level default profile (auto-loaded)
~/.dxairc / ~/.dxairc.jsonAlternate user-level default profile
~/.dxai/manifest.jsonRecord of system-level installs
~/.dxai/cache/<name>.jsonCached registry from dxai-cli update
./.dxai/profile.jsonProject-local profile (commit this)
./.dxai/manifest.jsonRecord of project-level installs

The global and project MCP files, JSON keys and dialect for every agent are generated from the agent definitions on the Supported Agents page, so they never drift from what the CLI actually writes.

Any time dxai modifies an existing config file, it creates a timestamped backup sibling first:

~/.cursor/mcp.json.bak.2026-04-26T10-15-30

Use dxai-cli cleanup to remove backups and managed entries.