Loading MCP server directory, please wait...
Voice interface for Claude Code: talk to your agent and it talks back while it works.
npx @getmcp/cli add io.github.noisy/noisy-codingRequires Docker Engine. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.noisy/noisy-coding": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"XAI_API_KEY",
"docker.io/noisy/noisy-coding:2.13.3"
],
"env": {
"XAI_API_KEY": ""
}
}
}
}