MCP Integration Guide
This guide explains how to integrate OX Security with your IDE using an MCP server. It includes setup for the following:
Creating a new MCP integration key
To integrate with the MCP server, you need to create an integration key.
To create a new MCP integration key:
From the left pane of the OX dashboard, select Settings > API Key Settings.
In the API Key Settings window, select CREATE API KEY.

In the Create API Key box set the following:
API Key Name
A descriptive name for the API key to identify its purpose MCP key 1
API Key Type
Select MCP Integration
Assign role
Assign a role according to your permissions needs. Example: Admin for full access. Operator for limited access to specific actions.
Assign scopes
Defines which applications and issues the API key can access:
Entire organization: Access to all applications and issues in the organization.
Custom: Access restricted to specific applications/issues.
Expiration Date
The date and time when the API key will expire and no longer be valid.
Copy the API Key Secret to be used when connecting to APIs. Save the key in a safe location. This is the only time when you can see and copy the actual key.
Select CLOSE. The new key appears in the API Key Settings page.
Integrating Cursor with OX MCP
By integrating with OX’s MCP, Cursor becomes a security-aware development assistant, able to query live security data, suggest actions, and triage issues directly from your IDE
To integrate Cursor with OX MCP:
1. Click here, to open Cursor in the relevant location where you can start working.

In the authorization header, replace the placeholder value with the MCP Integration key that you saved.
Click Install.
In the Cursor tools menu, OX Security logo appears.

More info: Cursor Documentation.
Integrating Claude Desktop with OX MCP
Claude Desktop offers an intuitive interface for integrating with OX Security's MCP, providing teams with robust security capabilities directly from their desktop environment.
Note: Ensure Node.js v18+ is installed. If using
nvm, make sure no versions lower than 18.x are active.
To integrate Claude Desktop with OX MCP:
In Claude Desktop, go to Settings > Developer.

Select Edit Config.
Claude automatically opens the configuration file claude_desktop_config.json
Add the JSON MCP server configuration for OX Security as provided by your administrator or documentation.
Replace
PASTE_YOUR_API_TOKEN_HEREwith the MCP Integration key that you saved.Save the file and restart Claude Desktop.
After restart, OX Security appears as an available MCP server in Claude Desktop.

Troubleshooting (Windows)
In case you have issues setting up MCP servers in Windows, consider using alternative commands, such as npx.cmd or direct Node.js execution.
Use npx.cmd:
Run Node.js directly:
Install MCP Remote globally:
Update your config with your local Node.js path:
Integrating Visual Code with OX MCP
Visual Studio Code provides versatile options to connect with OX Security's MCP, enabling developers to streamline their security workflows within the versatile VS Code ecosystem.
To integrate VS Code with OX MCP:
Open VS Code Settings.
Open MCP User Configuration, see VS Code MCP Docs for details.

Add the JSON MCP server configuration for OX Security in
mcp.json:
Replace
PASTE_YOUR_API_TOKEN_HEREwith the MCP Integration key that you saved.Save the configuration.
In the VS Code chat, click Add Context.

Select the desired tools.

OX Security appears as an available MCP server.


Last updated
