Skip to main content
Glama
voicemode-kokoro.service718 B
# voicemode-kokoro.service v1.2.0 # Last updated: 2025-12-01 # 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} 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

Latest Blog Posts

MCP directory API

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