Skip to content
Windsurf

agent browser for Windsurf

io.github.aetherai3/agent-browser

Self-hosted Chrome for AI agents, with a live noVNC view a human can take over.

client:Windsurf transport:stdio runtime:npm

Install agent browser in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "agent-browser": {
      "command": "npx",
      "args": [
        "-y",
        "aether-browser"
      ],
      "env": {
        "AGENT_BROWSER_URL": "<AGENT_BROWSER_URL>",
        "AGENT_BROWSER_CONTROLLER_TOKEN": "<AGENT_BROWSER_CONTROLLER_TOKEN>",
        "AGENT_BROWSER_OBSERVER_TOKEN": "<AGENT_BROWSER_OBSERVER_TOKEN>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

agent browser in other clients