Free generator for Google Gemini CLI config. Pick your model, theme, sandbox, and MCP servers, then copy a ready-to-use ~/.gemini/settings.json and GEMINI.md. Optional in-browser AI writes the project context file.
Google’s Gemini CLI reads ~/.gemini/settings.json (JSON) plus a GEMINI.md project context file. This tool builds both, with copy and download buttons.
npm install -g @google/gemini-cliThen set your key: export GEMINI_API_KEY="your-aistudio-key" (from Google AI Studio). The key is read from the environment, not stored in settings.json.
gemini-2.5-pro or gemini-2.5-flash.Place GEMINI.md in your project root for shared context. The optional in-browser AI writes a tailored one from a plain-English project description — entirely on your device via WebGPU. GEMINI.md and settings.json remain supported under Antigravity, the successor to the Gemini CLI.
In the GEMINI_API_KEY environment variable (or ~/.gemini/.env), not in settings.json.
Google is migrating users to Antigravity (the agy CLI). These settings.json and GEMINI.md files carry over.