Configuring the Lineaje MCP Server
Before configuring the Lineaje MCP Server, you must have a tenant enabled for UnifAI.
Connect to your IDE and configure the Lineaje MCP Server so UnifAI can start discovering your AI Assets and start applying policies.
Claude
Open Command Line for Windows or Terminal for macOS devices.
Go to your repository.
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 repositories, 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"
}
}
}Replace https://mcp.commercialdev.dev.veedna.com/mcp with your organization's MCP Server domain.
Go back to Cursor Settings > Tools & MCP.
For the MCP server you just added (Lineaje-unifai-security), click Connect.

On the browser screen that appears, click Allow Access.

Log in to the Lineaje Portal using your existing credentials.

To scan repositories, see Scanning for Violations.
Google Antigravity
Go to Google Antigravity.
Open your repository.

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": {
"url": "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 repositories, see Scanning for Violations.
Codex
Open your repository. 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 repositories, see Scanning for Violations.
Last updated