Set up Cursor using Remote OAuth
Scenario
An organization has deployed the OvalEdge Remote MCP Server with OAuth authentication and wants to enable developers or business users to securely access governed metadata from the Cursor AI editor. This procedure explains how to configure the Remote MCP Server in Cursor, authenticate using OAuth through Okta, and verify that the MCP server is successfully connected and ready to process natural language requests.
This integrates seamlessly with the procedure I provided earlier and maintains the same documentation style used throughout your help center.
Steps Involved
Open the Cursor application.
Click the Settings (⚙️) icon in the upper-right corner.

In the left navigation pane, click Tools & MCPs.

Under Installed MCP Servers, click New MCP Server.
Open the mcp.json configuration file. Under the mcpServers section, add a new entry for the OvalEdge Remote MCP Server.
{ "mcpServers": { "playwright": { "command": "npx", "args": [ "@playwright/mcp@latest" ] }, "ovaledge-remote-oauth": { "url": "https://YOUR_PUBLIC_MCP_BASE_URL/mcp" } } }Specify the url parameter with the Remote MCP Server endpoint provided by the administrator. Save the mcp.json file.

Return to the Tools & MCPs page.
Verify that the newly added OvalEdge Remote MCP Server appears under Installed MCP Servers.

Click Connect next to the OvalEdge Remote MCP Server.

When the browser prompts to open the Cursor application, optionally select Always allow to open links of this type in the associated app.

Click Open Cursor.
If not signed in to Cursor, the browser redirects to the Okta sign-in page. Enter the Okta username. Click Next. Complete the remaining authentication steps, including entering your password and completing any configured multi-factor authentication (MFA), if prompted.

Wait until authentication completes successfully.
Return to the Cursor application.
Verify that the OvalEdge Remote MCP Server status changes to Connected and displays the available tools, prompts, and resources.

Open a new Cursor chat.
Select the configured OvalEdge Remote MCP Server.
Submit a sample metadata query to verify that the Remote MCP Server is responding successfully.
Review the returned response to confirm that the Cursor client can communicate with the OvalEdge Remote MCP Server using OAuth authentication.
Copyright © 2026, OvalEdge LLC, Peachtree Corners, GA, USA.
Last updated
Was this helpful?

