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-livekit.service v1.1.0
# Last updated: 2025-12-01
# Compatible with: LiveKit v1.7.0+
[Unit]
Description=Voice Mode LiveKit Server
After=network.target
[Service]
Type=simple
ExecStart={LIVEKIT_BIN} --config %h/.voicemode/config/livekit.yaml
Restart=on-failure
RestartSec=10
# Don't restart if the executable is missing
RestartPreventExitStatus=127
# Environment
Environment="PATH=%h/.local/bin:/usr/local/bin:/usr/bin:/bin"
# Resource limits
MemoryLimit=1G
CPUQuota=50%
# Logging
StandardOutput=journal
StandardError=journal
SyslogIdentifier=voicemode-livekit
[Install]
WantedBy=default.target