mcp-my-apple-remembers
MCP 서버 - 내 Apple이 기억합니다
Apple Notes에서 메모리를 불러오고 저장하는 간단한 MCP 서버입니다.
특징
메모리 리콜 : Mac에서 메모, 캘린더 이벤트, 메시지, 파일 및 기타 정보에 액세스합니다.
메모리 지속성 : 나중에 참조할 수 있도록 중요한 정보를 Apple Notes에 저장합니다.
최소 설정 : 대상 Mac에서 원격 로그인을 활성화하기만 하면 됩니다.
범용 호환성 : 모든 macOS 버전과 호환됩니다.
Related MCP server: Beeper MCP Note 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-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