Labsco
MCP SERVER

purmemo

by purmemo-ai

Save a conversation once, then start tomorrow's session with the model already knowing who you are and where you stopped.

Agent MemoryVerified
Summary
Memory that carries identity and open work between sessions, not just a transcript archive.

Saving and recalling is the floor. What makes the difference is what loads at the start of a session — who you are, what you were working on, and a handoff brief assembled from earlier conversations — plus a task queue and snapshot flow that let a project's current state be read back rather than re-explained. Recall is capped on the free plan at 50 a month; saving is not.

What it is

A memory service for AI sessions. Conversations, decisions and artifacts are saved to your purmemo account and searched back semantically, so context survives the end of a chat.

What you get
  • Whole conversations saved as memories, with artifacts — reports, tables, specs, code — linked to the conversation they came from
  • Semantic recall across everything you have saved, plus full details of any single memory including its linked parts when it was chunked
  • A browsable memory map: your project-and-theme hierarchy with member counts, so you can see what has accumulated
  • Related conversations discovered across the different AI platforms you have used
  • Your identity and current session context loaded at the start of a conversation, and a handoff brief that tells a fresh session where you left off
  • Commitment documents — PRDs, ADRs, specs, OKRs — persisted as their own kind of memory
  • Topic snapshots: a citation bundle with conflicts flagged, your synthesized draft saved, and a draft promoted to canonical when you accept it
  • Public sharing per memory — private, unlisted or public — plus search over what other purmemo users have made public
  • Project task queue: pull the next pending task, mark it active, and close it with a completion summary
  • Test results and error investigations recorded against a project so past outcomes can be recalled instead of re-derived
Requirements

A purmemo account. The hosted route needs no local install: point your client at https://mcp.purmemo.ai/mcp/messages over streamable-http and sign in through OAuth on first use. Locally, the installer at https://app.purmemo.ai/install sets up the purmemo command, or run npx -y purmemo-mcp with PURMEMO_API_KEY from Settings → API Keys. The npm package is purmemo-mcp, currently 15.7.26, running over stdio on Node. The free plan allows 50 recalls a month with unlimited saves; Pro is $19 a month with both unlimited.

Setup effort

One command plus a key — curl -fsSL https://app.purmemo.ai/install | sh, then supply credentials