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-kokoro.service v1.2.1
# Last updated: 2026-01-20
# Compatible with: kokoro-fastapi v1.0.0+
# Simplified: start script handles config via voicemode.env
[Unit]
Description=Voice Mode Kokoro Text-to-Speech Service
After=network.target
[Service]
Type=simple
ExecStart={START_SCRIPT}
WorkingDirectory={KOKORO_DIR}
Restart=on-failure
RestartSec=10
# Don't restart if the executable is missing
RestartPreventExitStatus=127
# Environment - start script sources voicemode.env for port config
Environment="PATH=%h/.local/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
# Resource limits
MemoryLimit=4G
CPUQuota=100%
# Logging
StandardOutput=journal
StandardError=journal
SyslogIdentifier=voicemode-kokoro
[Install]
WantedBy=default.target