Skip to main content
Glama

MCP 服务器 - 我的苹果记得

一个简单的 MCP 服务器,可以从 Apple Notes 调用并保存记忆。

Docker拉取 许可证:MIT

特征

  • 记忆调用:从 Mac 访问笔记、日历事件、消息、文件和其他信息

  • 记忆持久性:将重要信息保存到 Apple Notes 以供将来参考

  • 最小设置:只需在目标 Mac 上启用远程登录

  • 通用兼容性:适用于所有 macOS 版本

Related MCP server: MCP Notes Server

掌控在你手中

你可以使用提示符来指定如何保存内存。例如:

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" ] } } }

开发者说明

克隆 repo

# 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 备忘录、日历事件、iMessage、聊天记录、文件和其他信息。

my_apple_save_memory

在远程 macOS 系统上运行 AppleScript 命令以保存重要信息。此工具允许 AI 将相关信息保存到 Apple Notes 中,以供将来参考。

所有工具都需要 macOS SSH 访问,包括主机和密码。

安全说明

访问远程 macOS 设备时,请务必使用安全且经过身份验证的连接。此工具仅应与您信任且有权访问的服务器一起使用。

执照

有关详细信息,请参阅 LICENSE 文件。

One-click Deploy
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

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