Cursor Provider
CCS now treats Cursor as a first-class CLIProxy OAuth provider. Use this page for the currentccs cursor auth and account-management flow.
Quick Start
Authentication Model
Cursor uses a browser-driven polling flow through CLIProxyAPIPlus:- no local callback port is required
- CCS opens the upstream Cursor login page and polls for completion
- token refresh is delegated to CLIProxy
Backend Requirement
Cursor is a plus-only provider.--backend original, Cursor auth will not be available.
Config And Storage
Cursor is the only CLIProxy provider that stores its provider settings in a dedicated namespace so it does not collide with the deprecated local bridge files:| Path | Purpose |
|---|---|
~/.ccs/cliproxy/auth/ | shared OAuth token directory |
~/.ccs/cliproxy/providers/cursor.settings.json | current Cursor provider settings |
~/.ccs/cursor.settings.json | deprecated local Cursor IDE bridge settings |
Commands You Will Actually Use
Current Scope
CCS documents Cursor here as a provider-auth and routing surface. The provider is current and supported, but it does not currently participate in the same local static model-catalog sync flow used byagy, claude,
codex, gemini, ghcp, iflow, kimi, kiro, and qwen.
Use the legacy bridge page only if you still need the reverse-engineered local
Cursor daemon compatibility path.
