Cursor Agent
Cursor's AI agent wrapped via the cursor-acp adapter package.
Prerequisites
- Cursor CLI installed on your system.
- Node.js for the ACP adapter.
- A Cursor account with agent access.
Setup
- Install the Cursor CLI:
# macOS / Linux curl https://cursor.com/install -fsS | bash - Install the ACP adapter:
npm install -g cursor-acp - Select in Blueprint AI — Choose Cursor Agent from the agent dropdown.
Key Details
| Type | CLI (JSON-RPC over stdio) |
| ACP Adapter | cursor-acp |
| Default Model | Set by Cursor account |
Troubleshooting
- Make sure both
cursor-agentand the ACP adapter are available on yourPATH. - Set the Cursor Agent CLI path manually in
Project Settings > Blueprint AI > BAI Agents > Path Overridesif auto-detection fails.