hunch for Gemini CLI
io.github.prithviseran/hunch
Focus-free macOS control for AI agents: drive your real Mac apps in the background, no stolen focus.
client:Gemini CLI
transport:stdio
runtime:pypi
Install hunch in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"hunch": {
"command": "uvx",
"args": [
"hunch-sdk"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs