Skip to main content
Glama
honeybluesky

mcp-my-apple-remembers

by honeybluesky

MCP サーバー - 私の Apple の記憶

Apple Notes から思い出を呼び出して保存するシンプルな MCP サーバー。

Dockerプル ライセンス: MIT

特徴

  • メモリリコール: Macからメモ、カレンダーイベント、メッセージ、ファイル、その他の情報にアクセスします

  • メモリの永続性:将来の参照のために重要な情報をApple Notesに保存します

  • 最小限のセットアップ:対象のMacでリモートログインを有効にするだけ

  • ユニバーサルな互換性: すべてのmacOSバージョンで動作します

Related MCP server: MCP Notes Server

あなたの手でコントロール

prompt を使って、メモリをどのように保存したいかを指定できます。例:

You should always use Folder "baryhuang" on recall and save memory.

インストール

Claude 構成に以下を追加することで、Claude Desktop が Docker イメージを使用するように構成できます。

{
  "mcpServers": {
    "my-apple-remembers": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "-e",
        "MACOS_USERNAME=your_macos_username",
        "-e",
        "MACOS_PASSWORD=your_macos_password",
        "-e",
        "MACOS_HOST=localhost",
        "--rm",
        "buryhuang/mcp-my-apple-remembers:latest"
      ]
    }
  }
}

開発者向け手順

リポジトリをクローンする

# Clone the repository
git clone https://github.com/baryhuang/mcp-my-apple-remembers.git
cd mcp-my-apple-remembers

Dockerイメージの構築

# Build the Docker image
docker build -t mcp-my-apple-remembers .

マルチプラットフォーム Docker イメージの公開

# Set up Docker buildx for multi-platform builds
docker buildx create --use

# Build and push the multi-platform image
docker buildx build --platform linux/amd64,linux/arm64 -t buryhuang/mcp-my-apple-remembers:latest --push .

ツールの仕様

私のリンゴの記憶を呼び起こす

リモートmacOSシステムでAppleScriptコマンドを実行し、思い出を呼び起こしましょう。このツールを使えば、Mac上のApple Notes、カレンダーイベント、iMessage、チャット履歴、ファイルなどの情報にアクセスできます。

私のアップルのメモリ節約

リモートmacOSシステムでAppleScriptコマンドを実行し、重要な情報を保存できます。このツールにより、AIは関連情報をApple Notesに保存し、将来の参照に役立てることができます。

すべてのツールには、ホストとパスワードを使用した macOS SSH アクセスが必要です。

セキュリティに関する注意事項

リモートmacOSマシンにアクセスする際は、必ず安全で認証済みの接続を使用してください。このツールは、信頼できるサーバーでのみ使用し、アクセス権限を与えてください。

ライセンス

詳細については、LICENSE ファイルを参照してください。

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

Resources

Looking for Admin?

Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.

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

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