Skip to content
Gemini CLI

physbound for Gemini CLI

io.github.jonesrobm/physbound

Physical Layer Linter: validates RF and radar calculations against hard physical limits.

client:Gemini CLI transport:stdio runtime:pypi

Install physbound in Gemini CLI

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

{
  "mcpServers": {
    "physbound": {
      "command": "uvx",
      "args": [
        "physbound"
      ]
    }
  }
}

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

physbound in other clients