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.0.0
# Last updated: 2025-08-12
# Compatible with: LiveKit v1.7.0+
[Unit]
Description=Voice Mode LiveKit Server
After=network.target
[Service]
Type=simple
ExecStart={LIVEKIT_BIN} --config {CONFIG_FILE}
WorkingDirectory={WORKING_DIR}
Restart=on-failure
RestartSec=10
# Don't restart if the executable is missing
RestartPreventExitStatus=127
# Resource limits
MemoryLimit=1G
CPUQuota=50%
# Logging
StandardOutput=journal
StandardError=journal
SyslogIdentifier=voicemode-livekit
# Environment
Environment="LIVEKIT_URL=ws://localhost:{LIVEKIT_PORT}"
Environment="LIVEKIT_API_KEY=devkey"
Environment="LIVEKIT_API_SECRET=secret"
[Install]
WantedBy=default.target