Skip to main content
Glama
Daemon-Killer

prospective-memory

Prospective Memory

Phone-first capture. MCP pull. Not Takeout.

License: MIT Python 3.12+

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:8790

Leave 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:8790

  • Out of house: Cloudflare Tunnel / Tailscale (see docs/V1.md)


Android

  1. Open android/ in Android Studio (or gradlew.bat assembleDebug).

  2. Set server URL + token on first launch (same token as pmem token).

  3. Save URL + token. Add lingo lines (d=dahi lena).

  4. Enable floating + tile (overlay permission) — tap + → type → Enter. Drag the + onto the bottom to hide it; Enable turns it back on.

  5. Home screen widget (stretch wide for a type-here bar) or long-press app icon → Capture. Keyboard opens immediately.

  6. Empty Enter repeats the last lingo chip. Toast shows category · text. Offline posts queue and flush when the network is back.

  7. Optional Write (handwriting test) is in android/.../ink/. First open downloads an on-device model. Not on the bubble. Drop it via ink/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 = 60

Ask: “list open tasks” / “anything grocery?” / “mark that dahi task done.”


CLI

uv run pmem capture "dahi lena"
uv run pmem list
uv run pmem stats

Non-goals (v1)

  • OS reminders, geofence, WhatsApp check-in, glyphs, voice

  • Merging with Google Takeout activity

  • Multi-user cloud

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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
    -
    maintenance
    An 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.
  • A
    license
    A
    quality
    D
    maintenance
    An MCP server that connects AI assistants like Claude to your todo app, enabling natural, friendly reminders and task management without a server to run.
    8
    12
    MIT
  • A
    license
    -
    quality
    A
    maintenance
    A local-first MCP server that gives AI assistants long-term memory by storing, searching, and recalling notes as Markdown files on your machine.
    15
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    A self-hosted personal memory assistant that captures and retrieves thoughts via voice or text, with MCP tools for querying and managing entries.
    253
    AGPL 3.0

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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