Cursor doesn’t have an easy way to see how much you’ve used it, which model you’ve used the most, or how much money you’ve spent.
So I made a tool for Cursor (using Cursor ) that shows you some usage statistics.
The app has no database, does no logging, and doesn’t store anything in cache. It only keeps the token in the user’s browser cookies.
The stats are pulled from the usage CSV file, which doesn’t contain any sensitive data. That’s because Cursor doesn’t have a user API unless you’re on an enterprise plan.
elban•1h ago
So I made a tool for Cursor (using Cursor ) that shows you some usage statistics.
The app has no database, does no logging, and doesn’t store anything in cache. It only keeps the token in the user’s browser cookies.
The stats are pulled from the usage CSV file, which doesn’t contain any sensitive data. That’s because Cursor doesn’t have a user API unless you’re on an enterprise plan.
I deployed it on a $5 DigitalOcean server:
Test URL: https://goldfish-app-in4yd.ondigitalocean.app/
Code: https://gitlab.com/cursor-usage/cursor-usage-stats
I posted the code for transparency, it is by no means supposed to be good code. But feel free to use it locally or on your own server.
Thanks a lot!