We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Null-Phnix/apple-calendar-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
osascript-wrapper.sh•280 B
#!/bin/bash
# Wrapper script to run osascript with proper permissions
# This ensures osascript runs in the authenticated shell context
# Set the command to execute in the current shell environment
# This inherits permissions from the parent terminal
exec /usr/bin/osascript "$@"