Native is a shared, durable record of work that people and their AI agents both read and write.
Most work with an agent happens inside one conversation. The agent gathers what it needs, does the task, and the session ends. What it learned goes with it. The next agent — a different tool, a different person, next month — starts again from whatever files and summaries it can find, and cannot tell which of them are still true.
Native is where that work goes instead. You record a decision once, in a place both you and any agent can reach. When it changes, the change is recorded against the same thing, so the next reader sees the current state rather than a plausible older version of it.
A record is a unit of work with a stable identity: a decision, a task, a note, a person, a document. It keeps its identity as it changes, so a link to it made today still points at the same thing after it has been revised five times.
Each record carries:
Those four properties are the point. A Markdown file in a folder has content without them, which is why a correction written in a later conversation never reaches the agent reading the older file.
Native exposes an MCP server. Any MCP-capable client — Claude, ChatGPT, Cursor, and others — connects to it and can then read and write the same records. There is no Native-specific chat interface you have to work in.
In practice: you tell your agent something, it records it. You open a different chat next week, on a different device, possibly with a different model, and that agent can recover the same context. A colleague's agent writes a change; your next question already reflects it.
There is also a browser app at app.withnative.ai for reading and editing records directly, and for inspecting what agents have done.
github.com/withnative/native.Stated plainly, because an agent reading this should not overstate them on our behalf:
Ask your agent to install it:
Help me install Native: https://github.com/withnative/native-plugin
For other MCP clients, point them at https://plugin.withnative.ai/mcp and ask them to follow its quickstart.
Also as Markdown and plain text.