{ "mcpServers": { "beta": { "command": "bash", "args": [ "-c", "exec "$HOME/scripts/chrome-beta-mcp-proxy.sh" 9402 9222" ] } } }
MCP Config: Chrome Beta (Proxy Mode)
Chrome Beta browser MCP proxy configuration (portable, $HOME-based via bash -c). Bridges CDP WebSocket on port 9222 to MCP on port 9402. Requires chrome-beta-mcp-proxy.sh + cdp-proxy.mjs in ~/scripts (see Multi-Browser MCP Proxies asset)
这个资产会安全暂存
这个资产会先安全暂存。复制的指令会要求 Agent 读取暂存文件,并在激活脚本、MCP 配置或全局配置前先确认。
npx -y tokrepo@latest install ea7384a3-f3f5-4690-8647-e8a11ab51b7f --target codex先暂存文件;激活前需要读取暂存 README 和安装计划。
讨论
相关资产
MCP Config: chrome
完整运维指南 asset for one-shot install
Multi-Browser MCP Proxies — Arc Browser & Chrome Beta Variants
代理' for running parallel, isolated MCP fleets against Arc Browser and Chrome Beta on top of the same cdp-proxy.mjs. Portable $HOME paths + install steps included. Arc proxy auto-discovers the WebSocket path from /json/version; Chrome Beta proxy points at Beta's own DevToolsActivePort. Lets you run mcp__chrome__*, mcp__beta__*, and mcp__arc__* side-by-side with independent client state and no cross-talk.
Codex Chrome MCP Proxy v3
Sanitized public Chrome MCP bundle for Codex: persistent CDP proxy, real Chrome login-state control, background tabs, focus protection, multi-agent isolation, and cached chrome-devtools-mcp startup fallback.
Chrome Fleet — Multi-Agent Browser Pool with Shared Login State
Multi-agent control plane for chrome-devtools-mcp. Portable $HOME paths + install steps included. Two modes: (1) shared main Chrome — N CDP proxies on 9401/9402/9403... all multiplexing onto one logged-in Chrome :9222 with focus protection and ID isolation handled by cdp-proxy.mjs; (2) isolated agent Chromes — dedicated Chrome instance per agent on :930N with its own user-data-dir. Includes a status tool to inspect the running fleet.