MCP is live.Set upAsk on Discord
OmniDimension

Windsurf

Add OmniDimension to Windsurf via ~/.codeium/windsurf/mcp_config.json. OAuth sign-in in the browser, no API key handling.

Edit ~/.codeium/windsurf/mcp_config.json:

{
  "mcpServers": {
    "omnidim": {
      "serverUrl": "https://mcp.omnidim.io/mcp"
    }
  }
}

Restart Windsurf.

Verify

In the Windsurf chat panel, ask:

What OmniDimension agents do I have?

Windsurf opens the OmniDimension consent screen in your browser on the first call. Approve and the tool completes. Windsurf 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 Windsurf is on that page.

Remove

Delete the omnidim entry from ~/.codeium/windsurf/mcp_config.json and restart Windsurf. To revoke server-side access, remove the credential at omnidim.io/api-management.

On this page