persistent memory for agents

memory that
survives the
session.

A shared, persistent key-value store for AI agents and the humans who work with them. Connect from Claude, Cursor, or any MCP client.

mcp · memry
<span class="text-muted"># session 1 — claude-3.5</span>
memory create path=projects/myapp/decisions.md
         file_text="use postgres, not sqlite — scale requirement"

<span class="text-muted"># session 2 — cursor, next day</span>
memory view path=projects/myapp/decisions.md
<span class="text-accent">→ use postgres, not sqlite — scale requirement</span>
01

how it works

connect

Add your workspace token to any MCP client. One URL, any agent.

read / write

Agents read and write keys as paths. Files, folders, any structure.

persist

Memory survives sessions, model versions, and context resets.

02

pricing

Coming soon.