cursor-byok-server is the server for Cursor Assistant's Pro mode. It supports an unlimited number of tabs and byok, and allows for custom API usage with Cursor.
The principle is to forward the traffic of 'Cursor tab' and 'Cursor Agent' to the official service through a token with byok qualification.
The 'Cursor Agent' enforces byok, and you must implement specific features in the client forwarding and provide private model configuration information to allow passage through the agent service.
This service is for the server forwarding of a mode within Cursor Assistant. The core capability of Cursor Assistant lies in the local mode, and this service serves as a temporary intermediate solution. When the local mode becomes production-ready, this service will be deprecated.
- It is recommended to build and deploy using Docker only.