prospective-memory
Prospective Memory
Phone-first capture. MCP pull. Not Takeout.
Dump a thought in a few seconds on Android. Later ask Grok/Claude: “what’s open?”
No notifications in v1. No geofence. No Google history.
Sibling of google-activity-assistant — same kind of MCP host, different store.
v1 loop
Android (one box) --POST /v1/capture--> PC FastAPI + SQLite
│
Grok / Claude --MCP list_open_tasks----------┘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:8790Leave serve running. In another terminal / Grok, MCP serve-mcp is already wired if you add the config below.
Phone must reach this machine:
Same Wi‑Fi:
http://YOUR_LAN_IP:8790Out of house: Cloudflare Tunnel / Tailscale (see
docs/V1.md)
Android
Open
android/in Android Studio (orgradlew.bat assembleDebug).Set server URL + token on first launch (same token as
pmem token).Save URL + token. Add lingo lines (
d=dahi lena).Enable floating + tile (overlay permission) — tap
+→ type → Enter. Drag the+onto the bottom ✕ to hide it; Enable turns it back on.Home screen widget (stretch wide for a type-here bar) or long-press app icon → Capture. Keyboard opens immediately.
Empty Enter repeats the last lingo chip. Toast shows
category · text. Offline posts queue and flush when the network is back.Optional Write (handwriting test) is in
android/.../ink/. First open downloads an on-device model. Not on the bubble. Drop it viaink/REMOVE.txt.
Allow HTTP cleartext for LAN IPs (already in network security config).
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 = 60Ask: “list open tasks” / “anything grocery?” / “mark that dahi task done.”
CLI
uv run pmem capture "dahi lena"
uv run pmem list
uv run pmem statsNon-goals (v1)
OS reminders, geofence, WhatsApp check-in, glyphs, voice
Merging with Google Takeout activity
Multi-user cloud
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