We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mbailey/voicemode'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# voicemode-whisper.service v1.2.0
# Last updated: 2025-12-01
# Simplified: start script handles config via voicemode.env
[Unit]
Description=Whisper.cpp Speech Recognition Server
After=network.target
[Service]
Type=simple
ExecStart={START_SCRIPT}
Restart=on-failure
RestartSec=10
# Environment - start script sources voicemode.env for port/model config
Environment="PATH=%h/.local/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/cuda/bin"
# Logging
StandardOutput=journal
StandardError=journal
SyslogIdentifier=voicemode-whisper
[Install]
WantedBy=default.target