Skip to content

v1.0.5 — MCP shareable memories

Choose a tag to compare

@yamantaka520 yamantaka520 released this 13 Jul 23:43

MCP could only create private memories — so the team-memory value prop was unreachable through the primary interface. Fixed:

  • memory_add gains share: private (default) | global | team/team:<id> | project/project:<id> | agent:<id>. Bare team/project resolve to the caller's own membership when unambiguous.
  • New memory_share tool changes an existing memory's visibility (owner-only; propagates over sync).

Two agents (e.g. Claude Code + Codex) pointed at the same home now share team:/project: memory the moment it's written. Also marked Production/Stable.

pip install 'agent-memory-os[mcp]'

🤖 Generated with Claude Code