Cursor CLI
Prerequisites
- Node.js 18+
- Cursor CLI (cursor-agent) installed and authenticated - See the Cursor CLI docs for installation
Install & Run
bash
# Install daemon
npm install -g @cmdctrl/cursor-cli
# Register
cmdctrl-cursor-cli register -s https://api.cmd-ctrl.ai
# Start
cmdctrl-cursor-cli startTroubleshooting
"Not registered" - Run cmdctrl-cursor-cli register -s https://api.cmd-ctrl.ai
"cursor-agent not found" - Ensure cursor-agent is in your PATH: which cursor-agent
Connection issues - Check status with cmdctrl-cursor-cli status, try re-registering