mcp-my-apple-remembers

my_apple_save_memory

Execute AppleScript on a remote MacOS device to save information directly to Apple Notes. Automatically creates timestamped notes for organized storage and retrieval.

Instructions

Run Apple Script on a remote MacOs machine. This call should be used to save relevant information to the apple notes. You decide what information to save. You should always add a new notes with a timestamp as the title.

Input Schema

NameRequiredDescriptionDefault
code_snippetYesAppleScript code to execute on the remote machine. Can be a single line or multi-line script. You should prefer multi-line scripts for complex operations.
timeoutNoCommand execution timeout in seconds (default: 60)

Input Schema (JSON Schema)

{ "properties": { "code_snippet": { "description": "AppleScript code to execute on the remote machine. Can be a single line or multi-line script. You should prefer multi-line scripts for complex operations.", "type": "string" }, "timeout": { "description": "Command execution timeout in seconds (default: 60)", "type": "integer" } }, "required": [ "code_snippet" ], "type": "object" }

You must be authenticated.

Other Tools from mcp-my-apple-remembers

Related Tools

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/baryhuang/my-apple-remembers'

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