Corral for Gemini CLI
io.github.sebastienrousseau/corral
Search code and symbols across every clone in your Corral workspace. Zero network calls.
client:Gemini CLI
transport:stdio
runtime:oci
Install Corral in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"corral": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/sebastienrousseau/corral:0.0.36"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs