valueIQDOCS
Open valueIQ

MCP Server · MCP Server · Connect Cursor

Connect Cursor

Register valueIQ as a remote MCP server in Cursor, either through the settings UI or by editing `~/.cursor/mcp.json`.

Before you start. You need a valueIQ workspace and Cursor installed.

Steps

  1. Add a server. Cursor → Settings → MCPAdd new MCP server.
  2. Choose transport HTTP and enter the server URL, or paste this into ~/.cursor/mcp.json:
json
{
  "mcpServers": {
    "valueiq": {
      "url": "https://mcp.valueiq.ai"
    }
  }
}
  1. Save. Cursor prompts for OAuth the first time you use a valueIQ tool. Sign in to valueIQ and approve the connection. There is no token to copy.

Vendor syntax can change

Cursor's MCP configuration syntax can change. If a step looks out of date, the vendor's docs are the canonical source: Cursor MCP docs.

Privacy

MCP calls run with your valueIQ identity and respect the same workspace permissions as the app. You can revoke a connected client at any time from Workspace Settings → Developer.