CLI commands
The curxor CLI has 8 commands. Day-to-day you only need init; use attach to link a project.
curxor init
Install and start curxor.
Usage
curxor init [--uninstall]Example
curxor status
Show the Curxor install state, running state, and health-check results.
Usage
curxor statusExample
curxor stop
Stop curxor. It won't auto-restart until you run restart.
Usage
curxor stopExample
curxor restart
Restart curxor. Common after config changes or when something's wrong.
Usage
curxor restartExample
curxor logs
View recent curxor logs, optionally with a line count.
Usage
curxor logs [lines]Example
curxor attach
Associate the current project root with a dev server origin; curxor only parses source for linked projects.
Usage
curxor attach <origin>Example
curxor mcp
Manage MCP integration: setup auto-configures Claude Code / Cursor / Trae / Codex, status checks the configuration state.
Usage
curxor mcp <setup|status>Example
curxor agents
Manage the ACP agents in the send menu: list shows configured agents with install status, edit opens ~/.curxor/agents.toml in your editor (changes take effect immediately).
Usage
curxor agents <list|edit>Example