Usage
Flags
Examples
How It Works
- Scans Claude Desktop, Cursor, Codex, Ona, Hermes, and other agent config files for MCP connector entries
- Deduplicates connectors found in multiple agents
- Validates connector configurations and warns about issues
- Writes discovered connectors to Ultra’s config as upstream entries
- Updates agent configs to point to Ultra
Dry Run
The--dry-run flag shows exactly what Ultra config would be generated without making any changes. Useful for reviewing the migration before committing.
Profiles
ultra migrate respects the global --profile flag. When a profile is set, the migration writes to that profile’s config path instead of the default.
ULTRA_PROFILE environment variable instead of passing --profile on every invocation.