Stats
Actions
Tags
From helium-browser
Start the persistent Helium MCP gateway (one browser connection, no repeated approval prompts)
How this command is triggered — by the user, by Claude, or both
Slash command
/helium-browser:helium-startThe summary Claude sees in its command listing — used to decide when to auto-load this command
Start the persistent Helium browser MCP gateway. ## Steps 1. Run: 2. If Helium shows a remote debugging approval dialog, click **Allow once**. The gateway keeps that session alive — later agent turns will not re-prompt. 3. Verify with: 4. To stop the gateway: For zero approval prompts across restarts, close Helium and launch with `scripts/launch-helium-with-debug.sh` instead of the normal app shortcut.
Start the persistent Helium browser MCP gateway.
Run:
bash ${CLAUDE_PLUGIN_ROOT}/scripts/start-persistent-server.sh
If Helium shows a remote debugging approval dialog, click Allow once. The gateway keeps that session alive — later agent turns will not re-prompt.
Verify with:
bash ${CLAUDE_PLUGIN_ROOT}/scripts/status.sh
To stop the gateway:
bash ${CLAUDE_PLUGIN_ROOT}/scripts/stop-persistent-server.sh
For zero approval prompts across restarts, close Helium and launch with scripts/launch-helium-with-debug.sh instead of the normal app shortcut.
npx claudepluginhub awfixers-stuff/plugins --plugin helium-browser