Skip to content
Cline

noisy coding for Cline

io.github.noisy/noisy-coding

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

client:Cline transport:stdio runtime:oci

Install noisy coding in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

noisy coding in other clients