Skip to content
Gemini CLI

talkthru for Gemini CLI

io.github.edonzo/talkthru

Talk while using your app — your coding agent gets each sentence aligned to the frame. Fully local.

client:Gemini CLI transport:stdio runtime:npm

Install talkthru in Gemini CLI

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

{
  "mcpServers": {
    "talkthru": {
      "command": "npx",
      "args": [
        "-y",
        "talkthru-mcp"
      ]
    }
  }
}

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

talkthru in other clients