pare git for Gemini CLI
io.github.dave-london/pare-git
Pare Git ג€” Structured git operations (status, log, diff, branch, commit, push) as typed JSON.
client:Gemini CLI
transport:stdio
runtime:npm
Install pare git in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"pare-git": {
"command": "npx",
"args": [
"-y",
"@paretools/git"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs