echorune radar for Gemini CLI
io.github.luoshu-echorune/echorune-radar
Live weather anywhere, with the radar drawn as text characters, not an image.
client:Gemini CLI
transport:streamable-http
tools:1
Install echorune radar in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"echorune-radar": {
"httpUrl": "https://echorune.net/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs