Skip to main content
Ultra’s CLI is organized into categories. Every command supports --help for detailed usage information.
ultra --help
ultra <command> --help

Command Categories

Core

CommandDescription
ultra startStart Ultra as an MCP proxy server
ultra dashboardStart the web monitoring dashboard

Setup

CommandDescription
ultra installInstall Ultra into MCP clients
ultra migrateImport existing MCP servers into Ultra

Management

CommandDescription
ultra searchSearch MCP server registries
ultra addAdd an MCP server from registry or URL
ultra serversList, add, remove, enable, disable servers
ultra configManage configuration (tokens, headers, path)

Hub

CommandDescription
ultra loginAuthenticate with Ultra Hub
ultra linkLink this gateway to a workspace
ultra unlinkUnlink this gateway from its workspace
ultra logoutLog out from Ultra Hub

Utility

CommandDescription
ultra doctorRun system diagnostics
ultra versionShow version information

Global Behavior

  • All commands use styled terminal output via the Charm stack
  • Commands support both interactive (wizard) and non-interactive (flags) modes
  • Configuration is auto-discovered from standard locations (see Configuration)
  • Exit code 0 for success, 1 for errors