status
Check the status of VoiceMode services
/voicemode:status
Check the status of VoiceMode services.
Usage
/voicemode:status
Description
Shows the current status of VoiceMode services including Whisper (STT), Kokoro (TTS), and LiveKit (if used).
Implementation
Use the mcp__voicemode__service tool:
{
"service_name": "whisper",
"action": "status"
}
Check all services:
# Check Whisper (STT)
mcp__voicemode__service service_name=whisper action=status
# Check Kokoro (TTS)
mcp__voicemode__service service_name=kokoro action=status
# Check LiveKit (optional)
mcp__voicemode__service service_name=livekit action=status
Output
Shows for each service:
- Running status
- Resource usage
- Endpoint availability