Circumvents Claude 3.7 limitations in Cursor
Top 56.6% on sourcepulse
This project provides a tool to bypass usage limits for the Claude 3.7 AI model, specifically targeting users of the Cursor IDE. It offers a simple solution for individuals encountering restrictions, enabling continued access for learning and experimentation.
How It Works
The tool operates by deleting specific files and directories associated with the Cursor IDE's user data and workspace storage. This process effectively resets the application's state, clearing usage history and potentially circumventing rate-limiting mechanisms implemented by the AI provider.
Quick Start & Requirements
.exe
file as an administrator.cursor_clean_mac.py
) or the compiled executable using sudo python3
or sudo ./
respectively.config.env
(Windows) or config_mac.env
(macOS) file is created to specify the Cursor user data directory.Highlighted Details
globalStorage/state.vscdb
, globalStorage/state.vscdb.backup
, History
folder contents, and workspaceStorage
directory.Maintenance & Community
The project is a personal effort with a request for GitHub stars. No specific community channels or maintenance details are provided.
Licensing & Compatibility
The project is explicitly for learning purposes. The license is not specified, but the description implies it is free to use for educational exploration.
Limitations & Caveats
The tool's effectiveness may depend on the AI provider's detection and mitigation strategies. Users are advised to back up their prompts before use. IP address changes might be necessary if encountering persistent issues, suggesting potential IP-based tracking or limitations.
1 week ago
Inactive