KaBOOM + Antigravity
KaBOOM is an open-source MCP server that gives Antigravity’s AI agent 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 antigravityManual Configuration
Section titled “Manual Configuration”Add to ~/.gemini/antigravity/mcp_config.json:
{ "mcpServers": { "kaboom": { "command": "kaboom-agentic-browser", "args": [] } }}If using npx:
{ "mcpServers": { "kaboom": { "command": "npx", "args": ["-y", "kaboom-agentic-browser"] } }}Antigravity does not support
${workspaceFolder}— use absolute paths only.
After configuring, open an Agent session in Antigravity. The AI agent can access KaBOOM’s full MCP toolset.
Troubleshooting
Section titled “Troubleshooting”- Restart Antigravity after editing config
- Use absolute paths —
${workspaceFolder}is not supported - Verify the KaBOOM extension popup shows “Connected”