MCP サーバー - 私の Apple の記憶
Apple Notes から思い出を呼び出して保存するシンプルな MCP サーバー。
特徴
- メモリリコール: Macからメモ、カレンダーイベント、メッセージ、ファイル、その他の情報にアクセスします
- メモリの永続性:将来の参照のために重要な情報をApple Notesに保存します
- 最小限のセットアップ:対象のMacでリモートログインを有効にするだけ
- ユニバーサルな互換性: すべてのmacOSバージョンで動作します
あなたの手でコントロール
prompt を使って、メモリをどのように保存したいかを指定できます。例:
インストール
Claude 構成に以下を追加することで、Claude Desktop が Docker イメージを使用するように構成できます。
開発者向け手順
リポジトリをクローンする
Dockerイメージの構築
マルチプラットフォーム Docker イメージの公開
ツールの仕様
私のリンゴの記憶を呼び起こす
リモートmacOSシステムでAppleScriptコマンドを実行し、思い出を呼び起こしましょう。このツールを使えば、Mac上のApple Notes、カレンダーイベント、iMessage、チャット履歴、ファイルなどの情報にアクセスできます。
私のアップルのメモリ節約
リモートmacOSシステムでAppleScriptコマンドを実行し、重要な情報を保存できます。このツールにより、AIは関連情報をApple Notesに保存し、将来の参照に役立てることができます。
すべてのツールには、ホストとパスワードを使用した macOS SSH アクセスが必要です。
セキュリティに関する注意事項
リモートmacOSマシンにアクセスする際は、必ず安全で認証済みの接続を使用してください。このツールは、信頼できるサーバーでのみ使用し、アクセス権限を与えてください。
ライセンス
詳細については、LICENSE ファイルを参照してください。
local-only server
The server can only run on the client's local machine because it depends on local resources.
Apple Notes から思い出を呼び出して保存するシンプルな MCP サーバー。
Related MCP Servers
- AsecurityAlicenseAqualityA custom Memory MCP Server that acts as a cache for Infrastructure-as-Code information, allowing users to store, summarize, and manage notes with a custom URI scheme and simple resource handling.Last updated -231PythonMIT License
- -securityFlicense-qualityA simple note-taking MCP server that allows storing and summarizing notes with custom URI schemes and provides functionality to add notes and generate summaries with different detail levels.Last updated -5Python
- -securityFlicense-qualityAn MCP server that allows Claude and other LLMs to manage persistent memories across conversations through text file storage, enabling commands to add, search, delete and list memory entries.Last updated -2TypeScript
- -securityFlicense-qualityA Claude-compatible MCP server that enables storing and summarizing notes through a simple note storage system with custom URI scheme.Last updated -3Python