Weather & Geo Intel MCP for Gemini CLI
io.github.selflabbs/weather-intel-mcp
US weather & geo for AI agents: forecasts, alerts, earthquakes, elevation, geocoding. No keys.
client:Gemini CLI
transport:streamable-http
Install Weather & Geo Intel MCP in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"weather-intel-mcp": {
"httpUrl": "https://weather.selflabbs.com/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs