To securely access your company's enterprise applications directly from your Cursor workspace, you must connect it to the JumpCloud AI Gateway. Connecting through JumpCloud ensures your enterprise data remains secure and your access is verified.
Configuring Cursor
You can connect Cursor to the AI Gateway using Cursor's built-in MCP interface:
- Open the Cursor application.
- Go to Cursor Settings > Tools & MCPs and scroll down to Installed MCP Servers.
- Under New MCP Server, click + Add a Custom MCP Server.
- Copy the following and paste it into the mcp.json file:
{
  "mcpServers": {
    "jumpcloud-ai-gateway": {
      "url": "https://ai.jumpcloud.com/mcp"
    }
  }
}
- Click Save.
- In the list of Installed MCP Servers, click Connect next to jumpcloud-ai-gateway.
- Proceed to the next section to authenticate.
Authenticating Your Tools
Once Cursor is connected to the gateway, you must authorize and authenticate to the specific enterprise tools (such as Atlassian) before the AI can access them.
- You'll be redirected to the JumpCloud AI Gateway authorization page.
- Review the list of available enterprise tools and select the checkbox next to each tool you want your AI client to access.
- Authenticate to the selected tools based on their required connection method:
- OAuth: Click Connect via OAuth. You'll be redirected to the application to securely sign in, and then returned to this page.
- API Key: Enter your API key for the application in the text field and click Save. Click the documentation link provided in the UI if you need help finding your API token.Â
- Once all required tools display a green Connected status, click Authorize tools at the bottom of the page.
- You are automatically redirected back to Cursor. Your AI client can now use the tools authorized through the gateway.
Back to Top