Skip to content

Cursor CLI

Prerequisites

  1. Node.js 18+
  2. 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 start

Troubleshooting

"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