Product · Agent memory
Ingest
A save button for your AI brain.
Select text on any page, or hand it a whole article, X thread, or PDF, and it becomes structured memory your agents can query later. A Chrome extension passes the capture to a local agent server, which is the only thing that talks to the model or writes to the brain, and the brain itself is Postgres with pgvector behind an MCP server that any MCP client can read.
01 · Challenge
The useful half of what you read never reaches the tools that could use it. Copying it into a notes app just moves the problem: your agents still cannot see it, and a bookmark keeps the URL while losing the reason you kept it.
02 · Decision
Put the trust boundary in one place. The extension never reaches the model provider or the brain directly, only a server on localhost or your own tailnet, holding a bearer token. Every model call and every write to the brain happens behind that line, with a rate limit, a body cap, SSRF defenses, and a write gate on mutations.
03 · Outcome
Capture is one keystroke and retrieval is an MCP tool, so Claude Code or Cursor reads the same brain without a second integration. In early access at v0.1.