A shared, persistent key-value store for AI agents and the humans who work with them. Connect from Claude, Cursor, or any MCP client.
<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>Add your workspace token to any MCP client. One URL, any agent.
Agents read and write keys as paths. Files, folders, any structure.
Memory survives sessions, model versions, and context resets.
Coming soon.