Skip to content
Gemini CLI

RepeaterBook for Gemini CLI

io.github.micaeljarniac/repeaterbook

Look up amateur radio repeaters from RepeaterBook.com by location, band, and mode.

client:Gemini CLI transport:stdio runtime:pypi

Install RepeaterBook in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "repeaterbook": {
      "command": "uvx",
      "args": [
        "repeaterbook"
      ],
      "env": {
        "REPEATERBOOK_APP_TOKEN": "<REPEATERBOOK_APP_TOKEN>",
        "REPEATERBOOK_WORKING_DIR": "<REPEATERBOOK_WORKING_DIR>",
        "REPEATERBOOK_APP_CONTACT": "<REPEATERBOOK_APP_CONTACT>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

RepeaterBook in other clients