Skip to main content
Glama

MCP 서버 - 내 Apple이 기억합니다

Apple Notes에서 메모리를 불러오고 저장하는 간단한 MCP 서버입니다.

도커 풀 라이센스: MIT

특징

  • 메모리 리콜 : Mac에서 메모, 캘린더 이벤트, 메시지, 파일 및 기타 정보에 액세스합니다.

  • 메모리 지속성 : 나중에 참조할 수 있도록 중요한 정보를 Apple Notes에 저장합니다.

  • 최소 설정 : 대상 Mac에서 원격 로그인을 활성화하기만 하면 됩니다.

  • 범용 호환성 : 모든 macOS 버전과 호환됩니다.

Related MCP server: MCP Notes Server

당신의 손안에서 제어하세요

prompt를 사용하여 메모리를 어떻게 저장할지 지정할 수 있습니다. 예:

지엑스피1

설치

Claude 구성에 다음을 추가하여 Docker 이미지를 사용하도록 Claude Desktop을 구성할 수 있습니다.

{ "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 파일을 참조하세요.

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