prospective-memory
前瞻性记忆
手机优先捕获。MCP 拉取。非 Takeout。
在 Android 上花几秒钟就能记录一个想法。稍后询问 Grok/Claude:“有什么待办?”
v1 中没有通知。没有地理围栏。没有 Google 历史记录。
它是 google-activity-assistant 的兄弟项目——同一种 MCP 主机,不同的存储。
v1 循环
Android (one box) --POST /v1/capture--> PC FastAPI + SQLite
│
Grok / Claude --MCP list_open_tasks----------┘Related MCP server: nudge
服务器(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保持 serve 运行。在另一个终端/Grok 中,如果你添加了下面的配置,MCP serve-mcp 已经连接好了。
手机必须能访问这台机器:
同一 Wi‑Fi:
http://YOUR_LAN_IP:8790外出时: Cloudflare Tunnel / Tailscale(参见
docs/V1.md)
Android
在 Android Studio 中打开
android/(或运行gradlew.bat assembleDebug)。首次启动时设置服务器 URL + 令牌(与
pmem token相同的令牌)。保存 URL + 令牌。添加常用语行(
d=dahi lena)。启用浮动按钮 + 磁贴(悬浮窗权限)——点击
+→ 输入 → 回车。将+拖到底部 ✕ 上可隐藏;重新启用即可恢复。主屏幕小部件(拉伸宽度以显示输入栏)或长按应用图标 → Capture。键盘会立即弹出。
空回车会重复上一个常用语标签。Toast 显示“类别 · 文本”。离线帖子会排队,网络恢复时自动发送。
可选的 Write(手写测试)位于
android/.../ink/。首次打开会下载一个设备端模型。不在气泡上。通过ink/REMOVE.txt移除。
允许对局域网 IP 使用 HTTP 明文(网络安全配置中已设置)。
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询问:“列出未完成任务” / “有买东西的任务吗?” / “标记那个 dahi 任务为完成。”
CLI
uv run pmem capture "dahi lena"
uv run pmem list
uv run pmem stats非目标(v1)
系统提醒、地理围栏、WhatsApp 签到、图形符号、语音
与 Google Takeout 活动合并
多用户云
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