MCP is live.Set upAsk on Discord
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).

Verify

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. The chat will call listAgents and report your agent list. If you see your agents, you're set.

API key instead of OAuth

For headless or CI use, run the local stdio server with an API key from omnidim.io/api-management instead. The config block for VS Code is on that page.

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