Skip to main content
Glama

mcp-my-apple-remembers

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

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

特徴

  • メモリリコール: Macからメモ、カレンダーイベント、メッセージ、ファイル、その他の情報にアクセスします
  • メモリの永続性:将来の参照のために重要な情報をApple Notesに保存します
  • 最小限のセットアップ:対象のMacでリモートログインを有効にするだけ
  • ユニバーサルな互換性: すべてのmacOSバージョンで動作します

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

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

local-only server

The server can only run on the client's local machine because it depends on local resources.

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

  1. 特徴
    1. あなたの手でコントロール
      1. インストール
        1. 開発者向け手順
          1. リポジトリをクローンする
          2. Dockerイメージの構築
          3. マルチプラットフォーム Docker イメージの公開
          4. ツールの仕様
        2. セキュリティに関する注意事項
          1. ライセンス

            Related MCP Servers

            • A
              security
              A
              license
              A
              quality
              A 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 -
              23
              1
              Python
              MIT License
              • Apple
            • -
              security
              F
              license
              -
              quality
              A 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 -
              5
              Python
              • Apple
            • -
              security
              F
              license
              -
              quality
              An 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 -
              2
              TypeScript
            • -
              security
              F
              license
              -
              quality
              A Claude-compatible MCP server that enables storing and summarizing notes through a simple note storage system with custom URI scheme.
              Last updated -
              3
              Python

            View all related MCP servers

            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