Installation and Initial Setup
Initial Setup and Configuration
Prerequisites
You have a an API Key for authenticating with Developer Assist
For VS Code: supported for version 1.100.0 or above (supports both
settings.json(v1.100–1.101) andmcp.json( v1.102+))For VS Code: you must have GitHub Copilot installed
For Kiro: supported for version 0.6+ (latest version recommended)
Installing and Configuring the Plugin
The instructions below cover the general setup for all supported IDEs. For detailed, IDE-specific steps, open the collapsible section corresponding to your IDE.
Install the Checkmarx extension from the Marketplace.
In the IDE, open the extension, click on Log in, and enter your API Key.
Make sure that the Checkmarx Developer Assist MCP is running.
Optionally, adjust Checkmarx Developer Assist settings.
In the Cursor IDE, click on the Extensions icon.
Search for the Checkmarx Developer Assist extension, then click Install for that extension.
The Developer Assist extension is installed.
Click the arrow next to the Extensions icon to open the drop-down menu. Then click the pin icon beside the Checkmarx extension to add it to the top navigation bar.
Click on the Checkmarx extension icon.
The Checkmarx Developer Assist Authentication sidebar opens:

In the Checkmarx Developer Assist Authentication sidebar, click Log in.
The Log in window opens.

Enter your activation key in the Checkmarx Developer Assist API Key field and click Log in.
The Checkmarx Developer Assist Authentication sidebar will now show that you are logged in.

A Checkmarx Developer Assist welcome page is displayed immediately after a successful login. Scroll down and click on Mark Done.
To verify that your MCP server is running:
In Cursor Settings under Tools & MCP > Installed MCP Servers, confirm that the Checkmarx Developer Assist toggle is enabled.

You can optionally adjust the Checkmarx Developer Assist Settings as follows:
Add Additional Params to set up custom configuraitions, such as proxy servers or to run in debug mode.
Enable/disable specific realtime scanners. By default, all scanners are enabled.
For IaC realtime scanner you can change the container platform used, Docker (default) or Podman.
In the Windsurf IDE main navigation, click on the Extensions icon.
Search for the Checkmarx Developer Assist extension, then click Install for that extension.
The Developer Assist extension is installed and the Checkmarx icon appears in the left-side navigation panel.
Click on the Checkmarx extension icon.
The Checkmarx Developer Assist Authentication sidebar opens:

In the Checkmarx Developer Assist Authentication sidebar, click Log in.
The Log in window opens.

Enter your activation key in the Checkmarx Developer Assist API Key field and click Log in.
The Checkmarx Developer Assist Authentication sidebar will now show that you are logged in.

A Checkmarx Developer Assist welcome page is displayed immediately after a successful login. Scroll down and click on Mark Done.
To verify that your MCP server is running:

Go to Settings > Windsurf Settings.
Under Cascade, click Open MCP Marketplace, and make sure that the Checkmarx Developer Assist MCP is installed and enabled.
You can optionally adjust the Checkmarx Developer Assist Settings as follows:
Add Additional Params to set up custom configuraitions, such as proxy servers or to run in debug mode.
Enable/disable specific realtime scanners. By default, all scanners are enabled.
For IaC realtime scanner you can change the container platform used, Docker (default) or Podman.
In the Kiro IDE main navigation, click on the Extensions icon.
Search for the Checkmarx Developer Assist extension, then click Install for that extension.
In the pop-up window, click Trust Publisher and Install.
The Developer Assist extension is installed and the Checkmarx icon appears in the left-side navigation panel.
Click on the Checkmarx extension icon.
The Checkmarx Developer Assist Authentication sidebar opens:

In the Checkmarx Developer Assist Authentication sidebar, click Log in.
The Log in window opens.

Enter your activation key in the Checkmarx Developer Assist API Key field and click Log in.
The Checkmarx Developer Assist Authentication sidebar will now show that you are logged in.

A Checkmarx Developer Assist welcome page is displayed immediately after a successful login. Scroll down and click on Mark Done.
To verify that your MCP server is connected:

Select the Kiro icon in the left-side navigation panel.
Under MCP servers, confirm that Checkmarx Developer Assist is connected.
You can optionally adjust the Checkmarx Developer Assist Settings as follows:
Add Additional Params to set up custom configuraitions, such as proxy servers or to run in debug mode.
Enable/disable specific realtime scanners. By default, all scanners are enabled.
For IaC realtime scanner you can change the container platform used, Docker (default) or Podman.
Troubleshooting - Manually Configuring the MCP Server
In case the automatic procedure fails. You can manually configure access to the Checkmarx MCP server using the appropriate procedure below, according to your IDE.
In case the automatic installation procedure fails. You can manually configure access to the Checkmarx MCP server using the following procedure.
If it does not already exist, create an mcp.json file at the following location:
${homeDir}\AppData\Roaming\Code\User\mcp.jsonAdd the "Checkmarx Developer Assist" mcp using the following snippet, replacing <Activation_Key> - with your Developer Assist Activation Key.
{ "servers":{ "Checkmarx Developer Assist":{ "url":"https://mea.ast.checkmarx.net/api/security-mcp/mcp", "headers":{ "cx-origin":"VsCode", "Authorization":"<Activation_Key>" } } } }
Start running the MCP server as follows:
Click View > Command Pallete and enter MCP:List Servers.

In the MCP servers list, select Checkmarx Developer Assist.
Click on Start Server.
In case the automatic installation procedure fails. You can manually configure access to the Checkmarx MCP server using the following procedure.
If it does not already exist, create an mcp.json file at the following location:
${homeDir}\.cursor\mcp.jsonAdd the "Checkmarx Developer Assist" mcp using the following snippet, replacing <Activation_Key> - with your Developer Assist Activation Key.
{ "mcpServers":{ "checkmarx Developer Assist":{ "url":"https://mea.ast.checkmarx.net/api/security-mcp/mcp", "headers":{ "cx-origin":"Cursor", "Authorization":"<Activation_Key>" } } } }Verify that your MCP server is running by opening Cursor Settings and under Tools & MCP > Installed MCP Servers, confirm that the Checkmarx Developer Assist toggle is enabled.

In case the automatic installation procedure fails. You can manually configure access to the Checkmarx MCP server using the following procedure.
![]() |
If it does not already exist, create an mcp_config.json file at the following location:
${homeDir}\.codeium\windsurf\mcp_config.jsonNotice
If you are using windsurf-next, then the file location should be
${homeDir}\.codeium\windsurf-next\mcp_config.jsonAdd the "Checkmarx Developer Assist" mcp using the following snippet, replacing <Activation_Key> - with your Developer Assist Activation Key.
{ "mcpServers":{ "checkmarx Developer Assist":{ "url":"https://mea.ast.checkmarx.net/api/security-mcp/mcp", "headers":{ "cx-origin":"Windsurf", "Authorization":"<Activation_Key>" } } } }Go to Settings > Windsurf Settings., and under Cascade, click Open MCP Marketplace. Make sure that the Checkmarx Developer Assist MCP is installed and enabled.
In case the automatic installation procedure fails. You can manually configure access to the Checkmarx MCP server using the following procedure.
If it does not already exist, create an mcp.json file at the following location:
${homeDir}\.kiro\settings\mcp.jsonAdd the "Checkmarx Developer Assist" mcp using the following snippet, replacing <Activation_Key> - with your Developer Assist Activation Key.
{ "mcpServers":{ "checkmarx Developer Assist":{ "url":"https://mea.ast.checkmarx.net/api/security-mcp/mcp", "headers":{ "cx-origin":"Kiro", "Authorization":"<Activation_Key>" } } } }Click on theKiro icon in the left-side navigation, and under MCP servers, confirm that Checkmarx Developer Assist is connected.




