Usage
Flags
Examples
How It Works
- Scans Claude Desktop, Cursor, Codex, Ona, Hermes, and other client config files for MCP server entries
- Deduplicates servers found in multiple clients
- Validates server configurations and warns about issues
- Writes discovered servers to Ultra’s config as upstream entries
- Updates client 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.