> For the complete documentation index, see [llms.txt](https://docs.bluerock.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bluerock.io/bluedev-container/bluerock-connector-for-cursor-ide.md).

# BlueRock Connector for Cursor IDE

The BlueRock Connector extension authenticates to connect to and execute the BlueRock instance VM and to run Sandbox containers from Cursor.

This document details the configuration, authentication, and access requirements for the BlueRock Connector Cursor extension.

### Install BlueRock Connector on Cursor

#### Install from Cursor Marketplace

Execute the following steps to install the BlueRock Connector extension directly from the Cursor IDE:

1. Open **Cursor** and click the **IDE** button in the index window. To open the Cursor IDE.<br>

   <div align="left"><figure><img src="/files/QU1AdCB40bJtsJGjCrdz" alt=""><figcaption></figcaption></figure></div>
2. Navigate to the **Extensions** view by clicking the Extensions icon in the Activity Bar, or utilize the keyboard shortcut (`Ctrl` + `Shift`  + `X`  on Windows/Linux, <kbd>Cmd</kbd>  + <kbd>Shift</kbd>  + <kbd>X</kbd>  on macOS).
3. Enter BlueRock Connector into the search bar.

   <div align="left"><figure><img src="/files/dLKDQlVudEA3qtd0DTAS" alt=""><figcaption></figcaption></figure></div>
4. Locate the official BlueRock Connector extension within the search results and click **Install**.

#### Export Extension from VS Code

1. Open **Cursor** and click the **IDE** button in the index window. To open the Cursor IDE.

   <div align="left"><figure><img src="/files/aYW07rl6L4XJ5o0uAGRL" alt=""><figcaption></figcaption></figure></div>

2. In the Cursor IDE, press <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>P</kbd>  (for macOS  <kbd>Cmd</kbd>  + <kbd>Shift</kbd>  + <kbd>P</kbd> ), and select **Import VS Code Extensions and Settings**.<br>

   <figure><img src="/files/EdaJz9lmJDVtYA2YpHkj" alt=""><figcaption></figcaption></figure>

3. All VS Code settings and extensions will be transferred to your Cursor IDE, and displaythe BlueRock Connector extension will be displayed Cmd ) the BlueRock Connector extension in the left pane.<br>

   <div align="left"><figure><img src="/files/UaGBfxHtTx6XI0aBjnDk" alt=""><figcaption></figcaption></figure></div>

### Extension Usage and Configuration

The BlueRock Connector extension functions identically across both the VS Code and Cursor environments. For comprehensive instructions on configuring the SSH host, executing Sandbox containers, and managing active sessions, refer to the core [VS Code Usage Guide](/bluedev-container/bluerock-connector-for-vs-code.md#setting-up-the-identity).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.bluerock.io/bluedev-container/bluerock-connector-for-cursor-ide.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
