Supported IDEs and Platforms

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

chevron-rightClaude hashtag
  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"
    }
  }
}
  1. Go to Claude.

  2. Enter /MCP. Lineaje MCP server is detected.

  1. Click enter to allow authentication.

  2. On the browser screen that appears, click Allow Access.

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

  1. To scan your projects, see Scanning for Violations.

chevron-rightCursorhashtag
  1. Go to Cursor.

  2. Click on the settings gear âš™ at the top right corner.

  3. Click Cursor Settings.

  1. From the left-side navigation, select Tools & MCP.

  2. Under Installed MCP Servers, click Add Custom MCP.

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

{
  "mcpServers": {
    "Lineaje-unifAI": {
      "serverUrl": "https://mcp.v2.prod.veedna.com/mcp"
    }
  }
}
  1. Go back to Cursor Settings > Tools & MCP.

  2. For the MCP server you just added (Lineaje-unifAI), click Connect.

  3. On the browser screen that appears, click Allow Access.

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

  1. To scan your projects, see Scanning for Violations.

chevron-rightGoogle Antigravity hashtag
  1. Go to Google Antigravity.

  2. Open your project.

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

  1. Click Manage MCP Server.

  1. 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"
    }
  }
}
  1. Go to Manage MCPs tab and click Refresh.

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

  1. Click Allow Access.

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

  2. To scan your projects, see Scanning for Violations.

chevron-rightOpenAI Codexhashtag
  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
  1. Click the URL and enter your existing credentials.

  2. After authentication, enter codex mcp list in Codex to check the registration status.

  3. On the browser screen that appears, click Allow Access.

  4. Log in to the Lineaje Portal with your existing credentials to complete authentication.

  5. Go back to Codex and enter the following command to see the details of the server.

codex mcp list

  1. To scan your projects, see Scanning for Violations.

chevron-rightVS Codehashtag

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.

circle-info

You must install the "Extension Pack for Java" extension.

  1. In Augment Settings, click on MCP Servers.

  1. Click Add remote MCP.

  1. In the New Remote MCP Server Section:

    1. Name: Enter LineajeUnifAI

    2. URL: Enter https://mcp.v2.prod.veedna.com/mcp

  2. Click Add.

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

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

  1. In the browser window that opens, click Allow Access.

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

  1. When prompted, click Open Visual Studio Code.

  2. In the pop-up window that appears for Allowing "Augment Code" extension to open the URI, click Open.

  1. LineajeUnifAI tools are added.

  2. To scan your projects, see Scanning for Violations.

Last updated