All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Universal Memory Protocol: An open standard for portable agent memory across sessions and vendors

By

edihasaj

2h ago· 2 min readenInsight

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 pulled
What 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.
Snippet from the RSS feed
An open standard for agent memory. What MCP did for tools, UMP does for memory.

You might also wanna read