Configuring the Lineaje MCP Server

circle-exclamation

Connect to your IDE and configure the Lineaje MCP Server so UnifAI can start discovering your AI Assets and start applying policies.

chevron-rightClaudehashtag
  1. Open Command Line for Windows or Terminal for macOS devices.

  2. Go to your repository.

  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 repositories, 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"
    }
  }
}

Replace https://mcp.commercialdev.dev.veedna.com/mcp with your organization's MCP Server domain.

  1. Go back to Cursor Settings > Tools & MCP.

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

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

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

  1. To scan repositories, see Scanning for Violations.

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

  2. Open your repository.

  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": {
      "url": "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 repositories, see Scanning for Violations.

chevron-rightCodexhashtag
  1. Open your repository. 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 repositories, see Scanning for Violations.

Last updated