> ## Documentation Index
> Fetch the complete documentation index at: https://getpullrequest.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Cursor

> Use Cursor Agent over ACP with GPR.

Catalog id: `cursor`\
Display name: Cursor\
Requires: `cursor-agent` on `PATH`\
Adapter: none (native ACP mode)

## Setup

1. Install Cursor so `cursor-agent` is available in your shell.
2. Sign in to Cursor on that machine as you normally would.
3. Verify:

```bash theme={null}
gpr discover
```

Cursor should show status `ready`.

4. Select **Cursor** on the workspace in the app.

## Launch shape

```text theme={null}
gpr daemon → cursor-agent acp
```

No separate adapter binary is required.

## Tips

* First-time GPR setups usually start here.
* If discover shows `not installed`, fix `PATH` for the daemon’s service environment, not only your interactive shell, then `gpr restart`. For env that must reach the agent process, use [agents.json](/docs/reference/agents-json).
