Loading...
brew install ffmpeg node portaudio{
"mcpServers": {
"voice-mcp": {
"command": "uvx",
"args": ["voice-mcp"],
"env": {
"OPENAI_API_KEY": "your-openai-key"
}
}
}
}/voicemode:installInstalls dependencies and local voice services required for VoiceMode.
Installs system packages and configures environment.
/voicemode:converseStarts a voice conversation with Claude Code.
Allows interaction with the agent, potentially leading to unintended actions based on voice commands.
voicemode agent startStarts the operator agent in a tmux session, enabling remote access.
Exposes the system to external connections and potential unauthorized access.
voicemode agent stopStops the operator agent.
Kills the tmux window, interrupting any ongoing processes.
voicemode agent sendSends a message to the operator agent, potentially triggering actions.
Can initiate actions based on the content of the message.
voicemode config editOpens the configuration file for VoiceMode, allowing modification of settings.
Incorrect configuration can lead to security vulnerabilities or unintended behavior.
VoiceMode offers a balance between convenience and security. Using local voice services and carefully configuring permissions can mitigate risks, while enabling remote agent functionality and relying on cloud services introduces potential vulnerabilities.