Skip to content
Gemini CLI

noisy coding for Gemini CLI

io.github.noisy/noisy-coding

Voice interface for Claude Code: talk to your agent and it talks back while it works.

client:Gemini CLI transport:stdio runtime:oci

Install noisy coding 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": {
    "noisy-coding": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/noisy/noisy-coding:2.13.3"
      ],
      "env": {
        "XAI_API_KEY": "<XAI_API_KEY>"
      }
    }
  }
}

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

noisy coding in other clients