Skip to content

ABC Tool

  • Home
  • About / Contect
    • PRIVACY POLICY
Universal Memory Protocol | Universal Memory Protocol

Universal Memory Protocol | Universal Memory Protocol

Posted on June 6, 2026 By safdargal12 No Comments on Universal Memory Protocol | Universal Memory Protocol
Blog


Agents can already call tools (MCP) and talk to each other (A2A). What they
can’t do is carry memory across sessions, agents, and vendors. Every harness
reinvents memory privately and non-portably. UMP fixes that.

In simple terms: you already have useful memories scattered across agent files,
Claude/Codex project notes, Recall exports, Obsidian folders, Postgres, Redis,
SQLite, and vector databases. 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.

Tools – MCP

Model Context Protocol standardized how agents call functions and read resources.

Coordination – A2A

Agent2Agent standardized how agents discover and invoke one another.

Memory – UMP

Universal Memory Protocol standardizes how agents remember – portable knowledge across sessions, agents, and vendors.

Use the MCP server when you want agent memory immediately. Use the TypeScript SDK
when you are building a memory-aware app or agent runtime. Use HTTP when the
client is Python, Go, Swift, a browser, or anything else that can send JSON.

// MCP host config: Claude Code, Codex, Cursor, or any MCP client.

"args": ["-y", "@universalmemoryprotocol/core", "ump-memory"]

} from "@universalmemoryprotocol/core";

const key = generateKeyPair();

const store = await JsonFileStore.open(".ump/memory.ump.json");

const ump = new UmpServer({

body: { text: "Use pnpm for this repository." },

scope: { owner: key.did, project: "github.com/acme/app", visibility: "private" },

provenance: { actor: key.did, actor_kind: "user", method: "user_correction" },

const memories = await ump.recall({

query: "package manager",

scope: { owner: key.did, project: "github.com/acme/app" },

# Any language: expose JSON over HTTP.

UMP_HTTP=4000 npx -y @universalmemoryprotocol/core ump-memory

base = "http://localhost:4000"

owner = requests.get(f"{base}/.well-known/ump.json").json()["owner"]

requests.post(f"{base}/ump/remember", json={

"body": {"text": "User prefers concise release notes."},

"scope": {"owner": owner, "project": "github.com/acme/app", "visibility": "private"},

"provenance": {"actor": owner, "actor_kind": "user", "method": "user_correction"},

hits = requests.post(f"{base}/ump/recall", json={

"query": "release note preference",

"scope": {"owner": owner, "project": "github.com/acme/app"},

UMP is not a new transport protocol. It is an application-level memory
protocol that rides existing transports. The lesson of MCP is *minimal primitives

  • existing rails + great SDKs + neutral governance*.

Rides MCP

The primary binding is an MCP profile (ump.* tools). Any MCP host – Claude
Code, Codex – can use UMP today, with zero new transport.

Six operations

capabilities · recall · remember · revise · forget · get (+ optional
feedback/subscribe). A conforming client is ~100 lines.

One portable record

Typed, scoped, bi-temporal, signed JSON. Reuses W3C PROV + DID – no new vocabulary.

Adopt incrementally

Four conformance levels. Ship an *.ump.json export (L0) today; wire the full
runtime (L3) when ready.

UMP is a protocol surface, not a database bet. @universalmemoryprotocol/core ships practical
implementations for local files, SQL databases, Redis, Recall, and vector engines
so teams can adopt UMP where they already store memory.

Files first

JsonFileStore writes portable memory.ump.json; MarkdownDirectoryStore
writes human-editable *.ump.md records for repos and Obsidian-style vaults.

SQL + cache

PostgresStore, SqliteStore, and RedisStore accept your existing client.
No native database driver is bundled into the core package.

Vector databases

VectorStore plus QdrantStore, PineconeStore, and WeaviateStore wrappers
let embedding-backed engines keep their own retrieval quality.

Recall engine adapter

Recall is one implementation: a richer memory engine behind the same UMP
interface, not a dependency or lock-in.

People already have memory scattered through AGENTS.md, CLAUDE.md, Recall
exports, Obsidian notes, and project Markdown. UMP keeps those formats separate,
but ships import bridges that turn them into portable UMP drafts with provenance.

Agent files

ump-import reads AGENTS.md (the open standard) and CLAUDE.md as
procedural candidate memories, preserving the source path in provenance.

Vaults and folders

Point it at Markdown directories or Obsidian-style vaults to bootstrap a
local UMP store without changing your notes.

Bridge, not lock-in

Importers are adoption helpers. UMP remains the common record and runtime
interface after the data is translated.

UMP standardizes structure, provenance, access, and trust. It deliberately
leaves intelligence – extraction, ranking, decay, consolidation – to the
engine underneath, so implementations compete on quality while staying interoperable.

Bi-temporal, supersede-never-delete

Valid-time + transaction-time. A fact that changes is closed and linked to its
successor – not overwritten. The credible answer to staleness.

User-owned & signed

The operator – not the model vendor – holds the key. Records are content-addressed
and signed with a DID. Portable, verifiable, no lock-in.

Injection-resistant by mandate

Memory is attacker-controllable input. The spec requires a verify, filter,
frame rehydration pipeline. Never string-interpolated into the prompt.

Consent in the record

Retention, exportability, and redaction travel with the data and are enforced
at every boundary.



Source link

Post Views: 1

Post navigation

❮ Previous Post: T-Mobile's record-breaking subsidy for the Razr Fold makes "On Us" deal for foldable iPhone likely
Next Post: vivo V70 Lite is now official with Dimensity 7400 Turbo chip and 90W charging ❯

You may also like

This is the best deal on the Apple AirPods Pro 3!
Blog
This is the best deal on the Apple AirPods Pro 3!
April 14, 2026
The Iranian Lego AI video creators credit their virality to ‘heart’
Blog
The Iranian Lego AI video creators credit their virality to ‘heart’
April 11, 2026
Cybercab Begins Production, but Elon Musk Says It Will Be ‘Very Slow’ to Start
Blog
Cybercab Begins Production, but Elon Musk Says It Will Be ‘Very Slow’ to Start
April 25, 2026
Using the internet like its 1999
Blog
Using the internet like its 1999
April 23, 2026

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Recent Posts

  • Cracked your Galaxy S26 Ultra screen and have no coverage? Samsung has news for you
  • Today’s NYT Connections Hints, Answers for June 7 #1092
  • The iPhone 18 Pro is skipping a major display upgrade, and this rival may beat it to the punch
  • Today’s NYT Wordle Hints, Answer and Help for June 7 #1814
  • The Fitbit Air is a good wearable weighed down by a chatty AI "coach"

Recent Comments

  1. Last Chance for Big Savings on TechCrunch Disrupt 2026 Tickets – Artiverse on 5 days left: Save up to $410 on Disrupt 2026 passes

Archives

  • June 2026
  • May 2026
  • April 2026

Categories

  • Blog

Copyright © 2026 ABC Tool.

Theme: Oceanly News by ScriptsTown