Memory Interchange Format
A portable, linked-data format for AI agent memory.
JSON-LD Markdown Git-backable No lock-in
MIF (Memory Interchange Format) lets AI agent memory move between systems without lock-in. A memory is markdown plus JSON-LD frontmatter that projects into a knowledge graph — portable, human-readable, and git-friendly.
The context
Every MIF document references this JSON-LD context, which resolves here:
{
"@context": "https://mif.ainative.studio/context/v1",
"@type": "Memory",
"@id": "urn:mif:memory:<uuid>",
"content": "...",
"conceptType": "semantic"
}
Fetch it directly:
https://mif.ainative.studio/context/v1
(served as application/ld+json).
Use it
MIF is implemented in ZeroMemory, AINative Studio's memory engine — export your memory to MIF, or migrate memory from other systems into it.
→ How MIF works
→ Developer docs
Maintained by AINative Studio.