Compiler Explorer for Gemini CLI
io.github.compiler-explorer/compiler-explorer
Compile code with thousands of compilers, inspect the assembly, and share godbolt.org links
client:Gemini CLI
transport:streamable-http
tools:7
Install Compiler Explorer in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"compiler-explorer": {
"httpUrl": "https://godbolt.org/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs