WattScope for Gemini CLI
au.com.wattscope/wattscope
Tracks the estimated carbon footprint of AI model usage, per org and project.
client:Gemini CLI
transport:streamable-http
Install WattScope in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"wattscope": {
"httpUrl": "https://www.wattscope.com.au/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs