prospective-memory
Allows capturing thoughts or tasks from an Android device via a floating bubble, widget, or quick capture button, which are then sent to the server for storage and retrieval.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@prospective-memorylist open tasks"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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----------┘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: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
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