Skip to Content
CLIReferenceDeveloper tools

Developer tools

Diagnostics

cmdop doctor prints the version, the binary paths it found, your PATH, login state, and agent status. Run it when cmdop behaves as if it were a different installation than the one you expect — after installing from the macOS disk image, or when the shell resolves an older binary.

cmdop doctor cmdop status cmdop logs -f

To copy the running binary into your user PATH and print the shell hints:

cmdop doctor --install-cli

cmdop setup is the same operation under a shorter name — see Install the Cmdop CLI.

For machine health rather than installation health, use cmdop care.

MCP interoperability

cmdop mcp stdio exposes the fleet MCP server to an MCP client over standard input/output. It does not open a network port or create a new credential. Use cmdop mcp install --agent claude or cmdop mcp install --agent codex only when that integration is appropriate for the local machine. See cmdop mcp for the full command tree.

Configuration

cmdop config cmdop env cmdop env RELAY

cmdop config opens the configuration interface. cmdop env lists every CMDOP_* environment variable the binary recognises, optionally filtered by a substring — useful when you are setting the environment for a service unit or a container and want the exact variable names.

Last updated on