mcp-my-apple-remembers
Servidor MCP - Mi Apple Recuerda
Un servidor MCP simple que recupera y guarda memorias desde y hacia Apple Notes.
Características
Recuperación de memoria : accede a notas, eventos del calendario, mensajes, archivos y otra información desde tu Mac
Persistencia de la memoria : guarda información importante en Apple Notes para futuras referencias
Configuración mínima : simplemente habilite el inicio de sesión remoto en la Mac de destino
Compatibilidad universal : funciona con todas las versiones de macOS
Related MCP server: Beeper MCP Note Server
El control en tus manos
Puedes usar el aviso para indicar cómo quieres que se guarde la memoria. Por ejemplo:
You should always use Folder "baryhuang" on recall and save memory.Instalación
Puede configurar Claude Desktop para usar la imagen de Docker agregando lo siguiente a su configuración de Claude:
{
"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"
]
}
}
}Instrucciones para desarrolladores
Clonar el repositorio
# Clone the repository
git clone https://github.com/baryhuang/mcp-my-apple-remembers.git
cd mcp-my-apple-remembersConstruyendo la imagen de Docker
# Build the Docker image
docker build -t mcp-my-apple-remembers .Publicación de imágenes Docker multiplataforma
# 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 .Especificaciones de las herramientas
mi_memoria_de_recuperación_de_manzana
Ejecuta comandos AppleScript en un sistema macOS remoto para recuperar recuerdos. Esta herramienta te permite acceder a Notas de Apple, eventos del Calendario, iMessages, historial de chat, archivos y otra información en tu Mac.
mi_memoria_de_guardado_de_apple
Ejecute comandos de AppleScript en un sistema macOS remoto para guardar información importante. Esta herramienta permite que la IA conserve información relevante en Apple Notes para futuras consultas.
Todas las herramientas requieren acceso SSH de macOS, con host y contraseña.
Nota de seguridad
Utilice siempre conexiones seguras y autenticadas al acceder a equipos macOS remotos. Esta herramienta solo debe usarse con servidores de confianza y con permiso de acceso.
Licencia
Consulte el archivo LICENCIA para obtener más detalles.
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