blitz for Gemini CLI
io.github.blitzdotdev/blitz
Give AI agents full control over iOS/macOS development via a native macOS app with 30+ MCP tools.
client:Gemini CLI
transport:stdio
runtime:npm
Install blitz in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"blitz": {
"command": "npx",
"args": [
"-y",
"@blitzdev/blitz-mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs