Hi everyone,
I’ve encountered a challenge while using Cursor: it can access the internet but cannot connect to internal company resources. This limitation makes it difficult to use Cursor for tasks that require querying internal APIs, documents, or other intranet services.
To address this, I’m considering developing a plugin with the following functionality:
- When using the @ feature to reference something, an additional option (e.g., “Intranet”) would appear.
- If the “Intranet” option is selected, the plugin would preprocess the request before sending. Specifically, it would fetch the required content from the intranet (via my internal service) and then include it in the final message or response.
This approach could make accessing internal resources seamless while continuing to use Cursor as the primary interface.
I’d like to ask:
- Does Cursor support plugin development, and are there any resources or examples available for creating such extensions?
- Has anyone faced a similar issue or implemented something like this? I’d appreciate any guidance or suggestions.
Thank you in advance for your insights!