# Use Cursor with Jobwright

Install Cursor Agent, sign in with Cursor, then choose Cursor in Jobwright.

Canonical page: https://www.jobwright.io/docs/agents/cursor/
Markdown source: https://www.jobwright.io/docs/agents/cursor.md

Install Cursor Agent, sign in with Cursor, then select Cursor in Jobwright.

## Before you start

- Use a Cursor plan that includes command-line agent access.
- Install the agent in the same operating-system environment as Jobwright. A Windows install cannot use an agent that exists only in WSL.

## Install the agent

### Windows

Cursor Agent currently supports Windows through WSL. Jobwright for Windows cannot use an agent that exists only in WSL. Choose another supported agent on Windows.

### macOS and Linux
```bash
curl https://cursor.com/install -fsS | bash
```

## Sign in with the provider

Run cursor-agent and finish the Cursor sign-in flow. Run cursor-agent --version if Jobwright cannot find it.
```bash
cursor-agent
```

## Connect it to Jobwright

Open Jobwright. Open Settings, then Local agents. Select Rescan and choose Cursor. Continue after the agent shows Ready.

> Jobwright does not receive the provider password, API key, access token, payment details, or recovery codes. Complete sign-in in the provider tool.

[Open the official setup guide](https://docs.cursor.com/en/cli/installation)
