# Supported IDEs and Platforms

Lineaje supports the following IDEs and platforms for MCP server configuration.

<details>

<summary>Claude </summary>

1. Open Command Line for Windows or Terminal for macOS devices.
2. Go to your project.
3. Open the .mcp.json file.
4. Copy and paste the following JSON configuration snippet.

```
{
  "mcpServers": {
    "Lineaje-UnifAI": {
      "type": "http",
      "url": "https://mcp.v2.prod.veedna.com/mcp"
    }
  }
}
```

5. Go to Claude.
6. Enter `/MCP`. Lineaje MCP server is detected.

<div data-full-width="true"><figure><img src="/files/TIL4RpVCZQetsc3ivSib" alt=""><figcaption></figcaption></figure></div>

5. Click enter to allow authentication.
6. On the browser screen that appears, click **Allow Access**.&#x20;

<div align="left" data-full-width="false"><figure><img src="/files/L0tBGnzNcBIULQznxMBo" alt=""><figcaption></figcaption></figure></div>

5. Log in to the Lineaje Portal to complete the authentication.

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

5. To scan your projects, see [Scanning for Violations](/unifai/scanning-for-violations.md#on-demand-evaluation).

</details>

<details>

<summary>Cursor</summary>

1. Go to Cursor.
2. Click on the settings gear **⚙** at the top right corner.
3. Click **Cursor Settings**.

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

3. From the left-side navigation, select **Tools & MCP**.
4. Under **Installed MCP Servers**, click **Add Custom MCP**.

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

5. Copy and paste the following JSON configuration snippet and save it:

```
{
  "mcpServers": {
    "Lineaje-unifAI": {
      "serverUrl": "https://mcp.v2.prod.veedna.com/mcp"
    }
  }
}
```

7. Go back to **Cursor Settings** > **Tools & MCP.**
8. For the MCP server you just added (Lineaje-unifAI), click **Connect**.&#x20;
9. On the browser screen that appears, click **Allow Access**.&#x20;

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

7. Log in to the Lineaje Portal using your existing credentials.

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

8. To scan your projects, see [Scanning for Violations](/unifai/scanning-for-violations.md#on-demand-evaluation).

</details>

<details>

<summary>Google Antigravity </summary>

1. Go to Google Antigravity.
2. Open your project.

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

3. Click on the three-dot menu at the top right corner and select **MCP Servers**.

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

3. Click **Manage MCP Server**.

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

3. Copy and paste the following JSON configuration snippet in the **View Raw Config** section.

```
{
  "mcpServers": {
    "Lineaje-unifAI": {
      "serverUrl": "https://mcp.v2.prod.veedna.com/mcp"
    }
  }
}
```

<div align="left"><figure><img src="/files/y3KWSr8B6XsDeU2Ysx29" alt="" width="563"><figcaption></figcaption></figure></div>

6. Go to **Manage MCPs** tab and click **Refresh**.

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

6. In the pop-up window that appears, click **Open** to allow authentication.

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

6. Click **Allow Access**.

<div align="left"><figure><img src="/files/OnPGUKfeuXgQATCm0moS" alt="" width="375"><figcaption></figcaption></figure></div>

6. Log in to the Lineaje Portal with your existing credentials.
7. To scan your projects, see [Scanning for Violations](/unifai/scanning-for-violations.md#on-demand-evaluation).

</details>

<details>

<summary>OpenAI Codex</summary>

1. Open your project. Enter the following command in codex and grant permissions.

```
codex mcp add Lineaje-unifAI --url https://mcp.v2.prod.veedna.com/mcp
```

2. Click the URL and enter your existing credentials.
3. After authentication, enter `codex mcp list` in Codex to check the registration status.
4. On the browser screen that appears, click **Allow Access**.&#x20;
5. Log in to the Lineaje Portal with your existing credentials to complete authentication.
6. Go back to Codex and enter the following command to see the details of the server.

`codex mcp list`

8. To scan your projects, see [Scanning for Violations](/unifai/scanning-for-violations.md#on-demand-evaluation).

</details>

<details>

<summary>VS Code</summary>

In VS Code, you can configure the Lineaje MCP server using the following IDEs:

### Augment

1. Go to VS Code.
2. From the left hand navigation, click on the Augment icon.
3. Open your project.

{% hint style="info" %}
You must install the "Extension Pack for Java" extension.
{% endhint %}

3. In **Augment Settings**, click on **MCP Servers**.

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

4. Click **Add** **remote MCP**.

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

5. In the **New Remote MCP Server** Section:

   1. **Name**: Enter `LineajeUnifAI`
   2. **URL**: Enter `https://mcp.v2.prod.veedna.com/mcp`

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

6. Click **Add**.

7. Click **Authenticate**. Allow a few seconds for the pop-up window to appear.

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

8. In the pop-up window that appears, click **Open**.

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

9. In the browser window that opens, click **Allow Access**.

<div align="left"><figure><img src="/files/Y2eOeKK6IWyruElsEPvO" alt="" width="375"><figcaption></figcaption></figure></div>

10. Log in to the Lineaje Portal with your existing credentials.

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

11. When prompted, click **Open Visual Studio Code**.
12. In the pop-up window that appears for Allowing "Augment Code" extension to open the URI, click **Open**.

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

11. LineajeUnifAI tools are added.
12. To scan your projects, see [Scanning for Violations](/unifai/scanning-for-violations.md#on-demand-evaluation).

</details>


---

# Agent Instructions: 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:

```
GET https://docs.veedna.com/unifai/setting-up/supported-ides-and-platforms.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
