Binky for Gemini CLI
io.github.andreisilva1/binky
Isolated dev environments, one per git worktree: ports, env, and DB slices as agent tools.
client:Gemini CLI
transport:stdio
runtime:pypi
Install Binky in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"binky": {
"command": "uvx",
"args": [
"binky"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs