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
- Add a server. Cursor → Settings → MCP → Add new MCP server.
- Choose transport HTTP and enter the server URL, or paste this into
~/.cursor/mcp.json:
{
"mcpServers": {
"valueiq": {
"url": "https://mcp.valueiq.ai"
}
}
}- 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.
