BACH CodeCommander for Gemini CLI
io.github.lukisch/bach-codecommander-mcp
17 tools for code analysis, JSON repair, encoding fix, format conversion, diff, and regex.
client:Gemini CLI
transport:stdio
runtime:npm
Install BACH CodeCommander in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"bach-codecommander-mcp": {
"command": "npx",
"args": [
"-y",
"bach-codecommander-mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs