Skip to main content
Glama

mcp-my-apple-remembers

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

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

특징

  • 메모리 리콜 : Mac에서 메모, 캘린더 이벤트, 메시지, 파일 및 기타 정보에 액세스합니다.
  • 메모리 지속성 : 나중에 참조할 수 있도록 중요한 정보를 Apple Notes에 저장합니다.
  • 최소 설정 : 대상 Mac에서 원격 로그인을 활성화하기만 하면 됩니다.
  • 범용 호환성 : 모든 macOS 버전과 호환됩니다.

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

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

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