# VS Code (/docs/mcp/connect/vscode)

> Add OmniDimension to VS Code via user settings. HTTP MCP transport, OAuth sign-in handled in the browser.

Open `Cmd/Ctrl + Shift + P` and run &#x2A;*Preferences: Open User Settings (JSON)**. Add:

```json
{
  "mcp": {
    "servers": {
      "omnidim": {
        "type": "http",
        "url": "https://mcp.omnidim.io/mcp"
      }
    }
  }
}
```

Reload the window (`Cmd/Ctrl + Shift + P` → **Developer: Reload Window**).

## First tool call [#first-tool-call]

Open the Copilot Chat or any MCP-capable extension. Ask:

```
What OmniDimension agents do I have?
```

VS Code opens the OmniDimension consent screen in your browser on the first call. Approve and the tool completes.

## Remove [#remove]

Delete the `omnidim` entry from your settings JSON and reload the window. To revoke server-side access, remove the credential at [omnidim.io/api-management](https://omnidim.io/api-management).