Project Bourne for Gemini CLI
io.github.kozakhou/project-bourne
Run reproducible scientific workloads on GPUs, local compute, Slurm, and PBS with provenance.
client:Gemini CLI
transport:stdio
runtime:npm
Install Project Bourne in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"project-bourne": {
"command": "npx",
"args": [
"-y",
"@project-bourne/mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs