Skip to content

CLI reference

This page is the command surface in one place. Every command listed here is based on the current local binary help output.

Top-level commands

CommandPurpose
clumsieslaunch the TUI
clumsies loginauthenticate with Hub
clumsies initbind the current directory to a workspace
clumsies syncsync local cache from Hub
clumsies adaptinstall or update an adapter
clumsies remove-adapterremove an adapter
clumsies mcp servestart the MCP server

login

Usage:

bash
clumsies login [--hub-url <url>] [--username <user>]
FlagMeaning
--hub-url <url>Hub URL. Default is http://127.0.0.1:8400
--username <user>username. Prompted if omitted

init

Usage:

bash
clumsies init [--create <name> | --ws-id <id>] [--bundle <bundle_id>]
FlagMeaning
--create <name>create a new workspace
--ws-id <id>bind to an existing workspace
--bundle <bundle_id>attach a bundle while creating

sync

Usage:

bash
clumsies sync

This syncs workspace rules and context files from Hub into the local cache.

adapt

Usage:

bash
clumsies adapt [--agent <name>] [--scope workspace|user] [--update] [--yes]

This command supports both interactive and explicit use.

Interactive:

bash
clumsies adapt

Explicit:

bash
clumsies adapt --agent codex --scope workspace --yes
FlagMeaning
--agent <name>adapter package name such as codex or claude-code
`--scope workspaceuser`
--updateupdate an existing install
--yesskip confirmation

If multiple adapter packages are available, omitting --agent leaves package selection to the interactive flow.

remove-adapter

Usage:

bash
clumsies remove-adapter [--agent <name>] [--scope workspace|user] [--yes]
FlagMeaning
--agent <name>adapter package to remove
`--scope workspaceuser`
--yesskip confirmation

mcp serve

Usage:

bash
clumsies mcp serve

This starts the MCP stdio server for the current workspace. It is the entrypoint agent hosts use, not a normal member command.