Supported IDEs and Platforms
Lineaje supports the following IDEs and platforms for MCP server configuration.
Claude
Open Command Line for Windows or Terminal for macOS devices.
Go to your project.
Open the .mcp.json file.
Copy and paste the following JSON configuration snippet.
{
"mcpServers": {
"Lineaje-UnifAI": {
"type": "http",
"url": "https://mcp.v2.prod.veedna.com/mcp"
}
}
}Go to Claude.
Enter
/MCP. Lineaje MCP server is detected.

Click enter to allow authentication.
On the browser screen that appears, click Allow Access.

Log in to the Lineaje Portal to complete the authentication.

To scan your projects, see Scanning for Violations.
Cursor
Go to Cursor.
Click on the settings gear âš™ at the top right corner.
Click Cursor Settings.

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

Copy and paste the following JSON configuration snippet and save it:
{
"mcpServers": {
"Lineaje-unifAI": {
"serverUrl": "https://mcp.v2.prod.veedna.com/mcp"
}
}
}Go back to Cursor Settings > Tools & MCP.
For the MCP server you just added (Lineaje-unifAI), click Connect.
On the browser screen that appears, click Allow Access.

Log in to the Lineaje Portal using your existing credentials.

To scan your projects, see Scanning for Violations.
Google Antigravity
Go to Google Antigravity.
Open your project.

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

Click Manage MCP Server.

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

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

Click Allow Access.

Log in to the Lineaje Portal with your existing credentials.
To scan your projects, see Scanning for Violations.
OpenAI Codex
Open your project. Enter the following command in codex and grant permissions.
codex mcp add Lineaje-unifAI --url https://mcp.v2.prod.veedna.com/mcpClick the URL and enter your existing credentials.
After authentication, enter
codex mcp listin Codex to check the registration status.On the browser screen that appears, click Allow Access.
Log in to the Lineaje Portal with your existing credentials to complete authentication.
Go back to Codex and enter the following command to see the details of the server.
codex mcp list
To scan your projects, see Scanning for Violations.
VS Code
In VS Code, you can configure the Lineaje MCP server using the following IDEs:
Augment
Go to VS Code.
From the left hand navigation, click on the Augment icon.
Open your project.
You must install the "Extension Pack for Java" extension.
In Augment Settings, click on MCP Servers.

Click Add remote MCP.

In the New Remote MCP Server Section:
Name: Enter
LineajeUnifAIURL: Enter
https://mcp.v2.prod.veedna.com/mcp

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

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

In the browser window that opens, click Allow Access.

Log in to the Lineaje Portal with your existing credentials.

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

LineajeUnifAI tools are added.
To scan your projects, see Scanning for Violations.
Last updated