valueIQDOCS
Open valueIQ

MCP Server · MCP Server · Connect VS Code and Copilot

Connect VS Code and Copilot

Add valueIQ to your workspace `.vscode/mcp.json` or your user settings, then use it from Copilot Chat in Agent mode.

Before you start. You need a valueIQ workspace, VS Code and GitHub Copilot Chat.

Steps

  1. Add the server from the Command Palette. Run MCP: Add Server….
  2. Choose HTTP and paste the server URL.
https://mcp.valueiq.ai
  1. Or edit .vscode/mcp.json directly. Note that VS Code uses a servers block with an explicit type:
json
{
  "servers": {
    "valueiq": {
      "type": "http",
      "url": "https://mcp.valueiq.ai"
    }
  }
}
  1. Sign in on first use. Open Copilot Chat in Agent mode and approve the OAuth prompt 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

VS Code's MCP configuration syntax can change. If a step looks out of date, the vendor's docs are the canonical source: VS Code / Copilot 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.