prospective-memory
Prospective Memory
Captura primero en el teléfono. MCP pull. No Takeout.
Vuelca un pensamiento en pocos segundos en Android. Luego pregúntale a Grok/Claude: “¿qué hay abierto?”
Sin notificaciones en v1. Sin geofence. Sin historial de Google.
Hermano de google-activity-assistant — mismo tipo de host MCP, almacén diferente.
v1 loop
Android (one box) --POST /v1/capture--> PC FastAPI + SQLite
│
Grok / Claude --MCP list_open_tasks----------┘Related MCP server: nudge
Server (Windows)
cd $env:USERPROFILE\Desktop\prospective-memory
uv sync
uv run pmem token # print X-PMEM-TOKEN for the phone
uv run pmem serve # http://0.0.0.0:8790Deja serve ejecutándose. En otra terminal / Grok, MCP serve-mcp ya está conectado si añades la configuración de abajo.
El teléfono debe alcanzar esta máquina:
Misma Wi‑Fi:
http://YOUR_LAN_IP:8790Fuera de casa: Cloudflare Tunnel / Tailscale (ver
docs/V1.md)
Android
Abre
android/en Android Studio (ogradlew.bat assembleDebug).Establece URL del servidor + token en el primer inicio (mismo token que
pmem token).Guarda URL + token. Añade líneas de jerga (
d=dahi lena).Habilita flotante + mosaico (permiso de superposición) — toca
+→ escribe → Enter. Arrastra el+hasta la ✕ inferior para ocultarlo; Enable lo vuelve a activar.Widget de pantalla de inicio (estira ancho para una barra de escritura) o mantén presionado el icono de la app → Capture. El teclado se abre inmediatamente.
Enter vacío repite el último chip de jerga. Toast muestra
category · text. Las publicaciones sin conexión se ponen en cola y se vacían cuando la red vuelve.Opcional Write (prueba de escritura a mano) está en
android/.../ink/. La primera apertura descarga un modelo en el dispositivo. No en la burbuja. Elimínalo medianteink/REMOVE.txt.
Permite texto claro HTTP para IPs LAN (ya en la configuración de seguridad de red).
MCP (Grok)
~/.grok/config.toml:
[mcp_servers.prospective_memory]
command = "C:\\Users\\bda99\\.local\\bin\\uv.exe"
args = [
"run",
"--directory",
"C:\\Users\\bda99\\Desktop\\prospective-memory",
"pmem",
"serve-mcp",
]
enabled = true
startup_timeout_sec = 60Pregunta: “listar tareas abiertas” / “¿algo del supermercado?” / “marcar esa tarea de dahi como hecha.”
CLI
uv run pmem capture "dahi lena"
uv run pmem list
uv run pmem statsNo objetivos (v1)
Recordatorios del SO, geofence, check-in de WhatsApp, glifos, voz
Fusionar con actividad de Google Takeout
Nube multiusuario
This server cannot be installed
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
- -license-quality-maintenanceAn MCP server enabling AI assistants to store, retrieve, and manage contextual information across conversations with features like persistent memory, advanced search, tagging, and privacy controls.
- AlicenseAqualityDmaintenanceAn MCP server that connects AI assistants like Claude to your todo app, enabling natural, friendly reminders and task management without a server to run.812MIT
- Alicense-qualityAmaintenanceA local-first MCP server that gives AI assistants long-term memory by storing, searching, and recalling notes as Markdown files on your machine.15MIT
- Alicense-qualityCmaintenanceA self-hosted personal memory assistant that captures and retrieves thoughts via voice or text, with MCP tools for querying and managing entries.253AGPL 3.0
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
Cross-AI personal memory. Save once in ChatGPT, recall in Claude, Mistral, Grok, or any MCP client.
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/Daemon-Killer/prospective-memory'
If you have feedback or need assistance with the MCP directory API, please join our Discord server