Skip to main content

CLI reference

CommandDescription
argent initInstall and configure MCP in the current workspace (--global default, --local for a committable devDependency). --no-telemetry turns telemetry off, and with --local also writes the committed project opt-out
argent installAlias for init
argent updatePull the latest version and refresh workspace configuration. Acts on the present install; --global and --local select explicitly when both coexist.
argent uninstallUnregister the MCP server and uninstall the package. --global and --local choose which install is removed; non-interactive runs never remove a coexisting global install.
argent removeAlias for uninstall
argent mcpStart an MCP server instance, used internally by the agent
argent toolsList tools exposed by the tool-server (describe <name> for details)
argent runInvoke a tool by name
argent flowRun a flow by name or YAML path (argent flow --help for options)
argent serverManage the shared tool-server: start / status / stop / logs
argent lensOpen Argent Lens bound to a fresh coding-agent session. Shows a picker when more than one agent is installed, or pass --agent to select claude, codex, gemini, opencode or cursor (macOS; behind the argent-lens flag, run argent enable argent-lens first)
argent linkRoute client requests to a remote tool-server
argent unlinkRemove the persisted remote tool-server link
argent enableEnable a predefined feature flag (--scope project for project-local)
argent disableDisable a feature flag (--scope project for project-local)
argent flagsList available feature flags and their state
argent configManage configuration: list / get / set / unset, project and global
argent secretsList the secrets a {{secret:NAME}} placeholder can resolve, and their sources
argent telemetryManage telemetry: status / enable / disable. Add --scope project to write the committed project file. false in either scope turns telemetry off

Run argent --help for the full set of options, and argent --version to print the installed version.