Skip to main content
Manage authentication for the Cursor agent provider. Connecting imports the OAuth tokens written by your local cursor-agent login and uploads them so the Cursor agent can run in Aether workspaces. See connect agent providers.
Log in with cursor-agent login first. On macOS the tokens are read from the login keychain (cursor-access-token / cursor-refresh-token); on Linux from ${XDG_CONFIG_HOME:-~/.config}/cursor/auth.json. Automatic import is supported only on macOS and Linux.

Usage

Subcommands

aether cursor connect

Reads the OAuth tokens from your local Cursor installation and uploads them.

aether cursor status

Show whether Cursor auth is configured.
When nothing is configured, the command prints Cursor: not configured and points you to connect.

aether cursor disconnect

Remove the stored Cursor auth.

See also