# Moth for Gemini Antigravity Requirement: Node.js with npm/npx available. Antigravity support is MCP config-ready. This directory does not claim marketplace plugin support. MCP command: ```bash npx -y @stfade/moth moth-mcp ``` Setup: 1. Open Antigravity MCP Servers settings. 2. Choose manage/view raw config. 3. Paste or merge the contents of `mcp_config.json`. 4. Restart the agent or session if needed. Config: ```json { "mcpServers": { "moth": { "command": "npx", "args": ["-y", "@stfade/moth", "moth-mcp"] } } } ``` Lifecycle rule: ```txt Use analyze_error before fixing. Call remember_fix_result only after a fix was attempted, a verification command was run, and the result is clearly passed or failed. Never call remember_fix_result for suggestions only. ```