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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<!-- com.voicemode.whisper.plist v1.1.0 -->
<!-- Last updated: 2025-08-25 -->
<!-- Uses unified startup script for dynamic model selection -->
<plist version="1.0">
<dict>
<key>Label</key>
<string>com.voicemode.whisper</string>
<key>ProgramArguments</key>
<array>
<string>{START_SCRIPT_PATH}</string>
</array>
<key>RunAtLoad</key>
<true/>
<key>KeepAlive</key>
<true/>
<key>StandardOutPath</key>
<string>{LOG_DIR}/whisper/whisper.out.log</string>
<key>StandardErrorPath</key>
<string>{LOG_DIR}/whisper/whisper.err.log</string>
<key>WorkingDirectory</key>
<string>{INSTALL_DIR}</string>
<key>EnvironmentVariables</key>
<dict>
<key>PATH</key>
<string>/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/homebrew/bin</string>
</dict>
</dict>
</plist>