yarnnnyarnnn
yarnnn for developers

Build on durable, attributed memory

yarnnn exposes a Model Context Protocol (MCP) server so any MCP-capable assistant can read and write a user's shared memory — with full provenance. Everything you need to connect an agent is below, at predictable URLs.

Authentication is OAuth 2.1. The machine-readable contract lives at yarnnn.com/openapi.json.

The memory API — three verbs

The whole surface an agent calls. Documented in full in the OpenAPI spec.

remember

remember(content, about?)

Save something worth keeping — a decision, fact, or preference. The write is synchronous and durable: the moment it returns, the memory is stored, attributed, and retrievable.

recall

recall(subject, question?, domain?, limit?)

Pull what the user already knows about a subject. Returns the stored material plus a confidence signal; the host assistant explains it.

trace

trace(subject, limit?)

Show how a recorded fact changed over time — who changed it, when, and what changed. The capability a plain storage connector cannot show.

Connect an agent to yarnnn

Point your MCP-capable assistant at the connector and authorize over OAuth 2.1. It can read and write memory immediately.