Set up Cursor with Remote MCP
Scenario
If Users want to set up the OvalEdge Remote MCP Server with the Cursor AI Tool to enable AI-assisted metadata discovery, catalog search, glossary exploration, lineage analysis, profiling insights, and governed data exploration from OvalEdge.
Steps Involved
Log in to the OvalEdge application.
Click the Profile icon in the top-right corner and click My Profile.

Click the 9-Dot menu icon, then select Download User API Credentials.

Click Download User API Credentials in the confirmation dialog box.

Navigate to the Downloads folder on the local system.

Locate the downloaded
.credentialsfile, right-click it, and select Open with.
Select Notepad or any text editor.
Copy the generated
userTokenanduserSecretvalues from the credentials file.
Open the Cursor AI application and click the Settings icon.

Select Tools & MCPs from the left navigation panel.

Click Add Custom MCP under the User MCP Servers section.

Copy the Cursor HTTP MCP Configuration JSON file and add it within the mcp.json placeholder.
{ "mcpServers": { "ovaledge-remote": { "url": "https://YOUR_OvalEdge_MCP_ENDPOINT/mcp", "headers": { "X-OvalEdge-Token": "Your OvalEdge User Token", "X-OvalEdge-Secret": "Your OvalEdge User Secret" } } } }
Replace the placeholder MCP URL with the OvalEdge Remote MCP server URL.

Replace the
X-OvalEdge-Tokenvalue with the copieduserToken.
Replace the
X-OvalEdge-Secretvalue with the copieduserSecret.
Click the 3-Dot icon in the editor and click Save File to save the MCP configuration.

Verify that the
ovaledge-remoteMCP server appears under the User MCP Servers section with active tools and resources enabled.
Click the Back option in the Settings.

Click New Agent in Cursor AI.

Enter a metadata retrieval prompt such as
Retrieve metadata from "Customer" Table?.
Click the Send icon.
Verify that Cursor AI retrieves and displays metadata from the OvalEdge platform through the Remote MCP integration.

Copyright © 2026, OvalEdge LLC, Peachtree Corners, GA, USA.
Last updated
Was this helpful?

