Skip to main content
Glama
install_service_macos.sh545 B
#!/usr/bin/env bash set -euo pipefail PLIST_SRC="$(cd "$(dirname "$0")" && pwd)/macos/launchagents/com.reflection.mcp.plist" PLIST_DST="${HOME}/Library/LaunchAgents/com.reflection.mcp.plist" mkdir -p "${HOME}/Library/LaunchAgents" "${HOME}/Library/Logs" cp -f "$PLIST_SRC" "$PLIST_DST" launchctl unload "$PLIST_DST" >/dev/null 2>&1 || true launchctl load "$PLIST_DST" launchctl start com.reflection.mcp echo "reflection-mcp loaded. Logs:" echo " tail -f \"$HOME/Library/Logs/reflection-mcp.out\" \"$HOME/Library/Logs/reflection-mcp.err\""

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/Unity-Environmental-University/reflection-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server