Universal Memory Protocol: An open standard for portable agent memory across sessions and vendors
By
edihasaj
A respectable bake. You'd come back tomorrow for another.
Summary
The Universal Memory Protocol (UMP) is an open standard designed to solve the problem of agent memory portability across sessions, agents, and vendors. While agents can already call tools (via MCP) and communicate with each other (via A2A), they lack the ability to carry memory across different contexts. UMP addresses this by creating a portable memory shape and a small operation set, allowing memories scattered across various storage systems (agent files, project notes, databases, vector stores) to be unified and reused by new agents and stores without starting from scratch.
Key quotes
· 4 pulledWhat they can't do is carry memory across sessions, agents, and vendors.
Every harness reinvents memory privately and non-portably. UMP fixes that.
UMP turns those into one portable memory shape and one small operation set, so new agents and new stores can extend the same memory instead of starting over.
What MCP did for tools, UMP does for memory.
You might also wanna read
UTCP: A Scalable, Secure Alternative to MCP for AI Tool Calling
UTCP (Universal Tool Calling Protocol) is presented as a scalable, secure alternative to MCP (Model Context Protocol) for AI tool calling. I
UTCP Agent: Lightweight Tool-Calling Protocol for AI Agents
UTCP Agent is a lightweight alternative to MCP (Model Context Protocol) that enables AI agents to call tools directly with minimal code. The
UTCP: The Lightweight Alternative to MCP for Tool Calling
UTCP (Universal Tool Calling Protocol) is an open standard for AI agents to call tools directly, positioned as a lightweight alternative to
Agent Memory Is Distributed State Management, Not Magic
The article argues that "agent memory" in AI systems is fundamentally just distributed state management rebranded. It draws parallels betwee

AI Companies Collaborate on Model Context Protocol for Interoperable AI Agents
Major AI companies including Anthropic, OpenAI, Google, and Block are collaborating on the Model Context Protocol (MCP), a standardized fram
OWASP Agent Memory Guard: Open-source runtime defense against AI agent memory poisoning attacks
OWASP's Agent Memory Guard is an open-source runtime defense layer that protects AI agents from memory-based attacks. It sits between an age
