brainclaw + Antigravity / Gemini CLI
Gemini-native export with machine-level MCP.
brainclaw exports Gemini-native instructions to GEMINI.md and configures Antigravity MCP at the machine level for Gemini CLI flows. This gives Google's coding agent the same shared workspace memory that other agents see — active plans, claims, and decisions — without forcing Gemini-specific tooling on the rest of the team.
Install via Antigravity / Gemini CLI
Paste this prompt directly into Antigravity / Gemini CLI and let it handle the setup.
Please run: npm install -g brainclaw && brainclaw init This sets up brainclaw for Antigravity / Gemini CLI, writes GEMINI.md, and configures ~/.gemini/antigravity/mcp_config.json when the local Gemini environment is available.
Auto-setup
Run one command. brainclaw detects Antigravity / Gemini CLI and writes its native files automatically, including GEMINI.md.
npm install -g brainclaw && brainclaw init Detection: ANTIGRAVITY_* env vars or ~/.gemini/antigravity.
What gets generated
After running brainclaw init, these files are created or updated:
-
GEMINI.md -
~/.gemini/antigravity/mcp_config.json -
.brainclaw/
MCP integration
brainclaw configures MCP in ~/.gemini/antigravity/mcp_config.json, giving Antigravity / Gemini CLI dynamic access to workspace context via MCP tools.
bclaw_work - open a session and claim scope in one callbclaw_context - ranked prompt-ready contextbclaw_create / bclaw_update - capture decisions and traps, evolve plansbclaw_release_claim - close the claim and write a handoff 