MCP bridge that connects AI agents (Cursor, Claude Code, VS Code Copilot, etc.) to the xspace-browser browser extension. Auto-spawns a shared daemon to support multiple simultaneous clients.
The package is an explicit MCP/CLI bridge that can control a connected browser extension. It starts a local daemon and forwards high-privilege browser operations over local WebSockets; no hidden outbound exfiltration or install-time execution was found.
`dist/bridge.js` and `dist/cli.js` auto-spawn a detached local daemon.
dist/bridge.jsView on unpkg`dist/daemon.js` forwards authenticated MCP/CLI tool calls to a browser extension.
dist/daemon.jsView on unpkg`dist/daemon.js` accepts `/extension` WebSockets from any `chrome-extension://` or `moz-extension://` origin.
dist/daemon.jsView on unpkg`dist/chunk-3YG3BFZ3.js` exposes high-impact browser tools including cookies, storage, downloads, file upload, and page script evaluation.
dist/chunk-3YG3BFZ3.jsView on unpkg`dist/cli.js` can invoke fixed `/entrypoint.sh` with `shell: true` when that path exists.
dist/cli.jsView on unpkg`dist/bridge.js` and `dist/cli.js` auto-spawn a detached local daemon.
dist/bridge.jsView on unpkg`dist/daemon.js` forwards authenticated MCP/CLI tool calls to a browser extension.
dist/daemon.jsView on unpkg`dist/daemon.js` accepts `/extension` WebSockets from any `chrome-extension://` or `moz-extension://` origin.
dist/daemon.jsView on unpkg`dist/chunk-3YG3BFZ3.js` exposes high-impact browser tools including cookies, storage, downloads, file upload, and page script evaluation.
dist/chunk-3YG3BFZ3.jsView on unpkg`dist/cli.js` can invoke fixed `/entrypoint.sh` with `shell: true` when that path exists.
dist/cli.jsView on unpkg