← Back to Plugins
MCP Server MCP

io.github.noisy/noisy-coding

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

oci:docker.io/noisy/noisy-coding:2.13.3

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "docker.io/noisy/noisy-coding:2.13.3",
      "transport": {
        "type": "streamable-http",
        "url": "http://127.0.0.1:8767/mcp"
      },
      "environmentVariables": [
        {
          "description": "xAI API key for Grok voice synthesis and transcription (configured once on the dashboard, stored in the config volume)",
          "format": "string",
          "isSecret": true,
          "name": "XAI_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol oci

Comments

Sign in to leave a comment

Loading comments...