Skip to content
Gemini CLI

herald for Gemini CLI

io.github.btouchard/herald

Stop copy-pasting between Claude Chat and Claude Code.

client:Gemini CLI transport:streamable-http

Install herald in Gemini CLI

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

{
  "mcpServers": {
    "herald": {
      "httpUrl": "https://your-herald-instance.example.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

herald in other clients