KaBOOM + Gemini CLI
KaBOOM is an open-source MCP server that gives Gemini CLI access to browser console logs, network errors, exceptions, WebSocket events, and live DOM state. Zero dependencies.
Auto-Install
Section titled “Auto-Install”kaboom-agentic-browser --install geminiManual Configuration
Section titled “Manual Configuration”Add to ~/.gemini/settings.json:
{ "mcpServers": { "kaboom": { "command": "kaboom-agentic-browser", "args": [] } }}If using npx:
{ "mcpServers": { "kaboom": { "command": "npx", "args": ["-y", "kaboom-agentic-browser"] } }}After configuring, Gemini CLI can access KaBOOM’s full MCP toolset.
Troubleshooting
Section titled “Troubleshooting”- Restart Gemini CLI after editing settings
- Verify the KaBOOM extension popup shows “Connected”
- Test: Ask Gemini “What browser errors do you see?”