Skip to content
Cursor

noisy coding for Cursor

io.github.noisy/noisy-coding

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

client:Cursor transport:stdio runtime:oci

Install noisy coding in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "noisy-coding": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/noisy/noisy-coding:2.13.3"
      ],
      "env": {
        "XAI_API_KEY": "<XAI_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

noisy coding in other clients