Skip to main content
Glama

Voice Mode

by mbailey
com.voicemode.frontend.plist•1.4 kB
<?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"> <plist version="1.0"> <dict> <key>Label</key> <string>com.voicemode.frontend</string> <key>Program</key> <string>/bin/bash</string> <key>ProgramArguments</key> <array> <string>/bin/bash</string> <string>-c</string> <string>cd {FRONTEND_DIR} && npm install && exec npm run dev</string> </array> <key>WorkingDirectory</key> <string>{FRONTEND_DIR}</string> <key>EnvironmentVariables</key> <dict> <key>NODE_ENV</key> <string>production</string> <key>PORT</key> <string>{PORT}</string> <key>HOST</key> <string>127.0.0.1</string> <key>PATH</key> <string>/usr/local/bin:/usr/bin:/bin:{NODE_PATH}</string> </dict> <key>RunAtLoad</key> <false/> <key>KeepAlive</key> <dict> <key>SuccessfulExit</key> <false/> <key>Crashed</key> <true/> </dict> <key>StandardOutPath</key> <string>{LOG_DIR}/frontend.log</string> <key>StandardErrorPath</key> <string>{LOG_DIR}/frontend.log</string> <key>ProcessType</key> <string>Background</string> <key>ThrottleInterval</key> <integer>10</integer> </dict> </plist>

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