lotw mcp for Gemini CLI
io.github.qso-graph/lotw-mcp
ARRL Logbook of The World MCP server. QSO query, QSL status, DXCC credit tracking.
client:Gemini CLI
transport:stdio
runtime:pypi
Install lotw mcp in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"lotw-mcp": {
"command": "uvx",
"args": [
"lotw-mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs