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
- Add the server from the Command Palette. Run MCP: Add Server….
- Choose HTTP and paste the server URL.
https://mcp.valueiq.ai
- Or edit
.vscode/mcp.jsondirectly. Note that VS Code uses aserversblock with an explicittype:
{
"servers": {
"valueiq": {
"type": "http",
"url": "https://mcp.valueiq.ai"
}
}
}- 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.
