NWS Weather Alerts for Gemini CLI
com.olyport/nws-alerts
Active weather alerts and warnings from the National Weather Service
client:Gemini CLI
transport:streamable-http
tools:3
Install NWS Weather Alerts in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"nws-alerts": {
"httpUrl": "https://mcp.olyport.com/nws-alerts/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs