Dust CLI

A command-line interface for interacting with Dust

https://www.npmjs.com/package/@dust-tt/dust-cli

Visit the Dust CLI page on NPM

Available commands

login: Authenticate with your Dust account.

dust login dust login --force: Force re-authentication even if already logged in.

status: Check your current authentication status.

dust status

logout: Log out from your Dust account.

dust logout

agents-mcp: Select Dust agents and launch a Model Context Protocol server (via SSE transport) to interact with them.

dust agents-mcp Optional: --port <number> or -p <number> to specify the listening port (defaults to auto-selection) Optional: --sId <sId> or -s <sId> to specify the agent sId to use directly (can be repeated)

chat: Chat with a Dust agent (default command).

dust chat or simply dust Optional: --sId <sId> or -s <sId> to specify the agent sId to use directly Optional: --auto to automatically accept all file edit operations without prompting

help: Display help information.

dust help