MCP is live.Set up
OmniDimension

VS Code

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 Preferences: Open User Settings (JSON). Add:

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

Reload the window (Cmd/Ctrl + Shift + PDeveloper: Reload Window).

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

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.

On this page