Nrel for Gemini CLI
io.github.pipeworx-io/nrel
NREL MCP — wraps the US National Renewable Energy Laboratory developer API
client:Gemini CLI
transport:streamable-http
Install Nrel in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"nrel": {
"httpUrl": "https://gateway.pipeworx.io/nrel/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs