mcp-my-apple-remembers
MCP サーバー - 私の Apple の記憶
Apple Notes から思い出を呼び出して保存するシンプルな MCP サーバー。
特徴
メモリリコール: Macからメモ、カレンダーイベント、メッセージ、ファイル、その他の情報にアクセスします
メモリの永続性:将来の参照のために重要な情報をApple Notesに保存します
最小限のセットアップ:対象のMacでリモートログインを有効にするだけ
ユニバーサルな互換性: すべてのmacOSバージョンで動作します
Related MCP server: Beeper MCP Note 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-remembersDockerイメージの構築
# 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 ファイルを参照してください。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceA simple note-taking MCP server for recording and managing notes with AI models.42436GPL 2.0
- Flicense-qualityDmaintenanceA simple MCP server for creating and managing notes with support for summarization functionality.1
- FlicenseBqualityDmaintenanceA simple note-taking MCP server that stores notes and can generate summaries of stored content.4
- FlicenseCqualityDmaintenanceA simple MCP server that implements a note storage system with RAG capabilities, allowing users to store notes and generate summaries of stored content.3
Related MCP Connectors
Person-owned, portable AI memory as a remote MCP server, readable and writable by any MCP client.
Cloud-hosted MCP server for durable AI memory
Search, read, and write your Apple Notes from ChatGPT/Claude via a local Mac agent + MCP relay.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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