Individual plan
Integrate Cursor (Individual Plan)
Cursor's Individual plan doesn't expose a team usage API, so Hivel uses local hook scripts that run on each developer's machine to report usage events back to Hivel.
Prerequisite - Get Setup Files from Hivel:
Log in to your Hivel account.
In the left sidebar, click Settings → Integrations tab.
Find the Cursor card and click Connect.
Download the four setup files provided:
capture-event.ps1capture.shconfig.jsonhooks.json
Add Files to Your Repository:
Open your repo in an IDE and create
.cursor/hooks/if it doesn't exist.Place the downloaded files in these locations:
capture-event.ps1,capture.sh,config.json→ inside.cursor/hooks/hooks.json→ directly inside.cursor/(not inhooks/)
Verify Configuration:
Open
config.jsonand confirm:org_idis filled in (this attributes events to your organization)collector_urlis pre-filled by Hivel (leave it as-is)
Deploy to Your Team:
Commit and push these files to your repo.
Each developer whose machine should be tracked must clone or pull the updated repo to get the
.cursor/folder locally. Cursor only picks up hooks that exist on each machine.
Result:
To continue setting up your integrations → Back to Integrations
Last updated