Odel
noisy coding

noisy coding

Local
@noisy7PythonMITUpdated 6 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

Dockerdocker.io/noisy/noisy-coding:2.13.3

Run

docker run -i --rm docker.io/noisy/noisy-coding:2.13.3

MCP client config

{
  "mcpServers": {
    "noisy-coding": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/noisy/noisy-coding:2.13.3"
      ]
    }
  }
}