Agent Memory Protocol (AMP): Open Spec for Interoperable AI Agent Memory on Top of MCP

The Agent Memory Protocol (AMP) is an open specification that standardizes persistent memory for MCP-compatible AI agents, addressing memory fragmentation across backends like Mem0, smriti-memcore, and custom vector DBs.
Six Core Verbs
amp.encode— Store new memoriesamp.recall— Retrieve relevant memoriesamp.forget— Permanently delete memoriesamp.consolidate— Trigger backend reorganization or summarizationamp.pin— Mark important memories as permanentamp.stats— Get backend health and usage stats
Conformance Levels
AMP defines Core and Full conformance levels, ships with a JSON schema, compliance test suite, and a minimal example that runs with zero dependencies.
Reference Implementation
Install via pip: pip install amp-server — wraps smriti-memcore as a compliant backend. The spec is MIT-licensed and independent (not affiliated with Anthropic/MCP).
Community Feedback Wanted
The author wants input on: which backends to wrap first (Chroma, Pinecone, pgvector, Zep, etc.), missing verbs, and real-world pain points. PRs welcome.
📖 Read the full source: r/openclaw
👀 See Also
ClaudeAI Brainstorming Mode Gets Visual Companion for Mockups and UI Approval
A user discovers a new 'Visual companion' feature in ClaudeAI brainstorming mode that serves mockups on a local web server, enabling back-and-forth UI tweaks before building.

Local 35B MoE Model Drops Agent OS Code Failure Rate to 0%
A developer reports that switching a multi-agent system's runtime to Qwen 3.6 35B A3B (MoE, 3B active params) eliminated code failures, achieving 100% success rate through a 5-layer validation gate.

Snip tool enables visual communication with AI coding agents
Snip is a free tool that lets developers screenshot, annotate, and draw to show AI agents what they mean visually, while agents can generate diagrams or load images directly through CLI or MCP. Currently runs on Apple Silicon Macs with Mermaid diagram support and HTML support in progress.

FixAI Dev: A Consumer Rights Game Using Claude Haiku with Strict JSON Contracts
A developer built a browser game where Claude Haiku acts as a corporate AI denying consumer requests; players argue using real consumer protection laws across 37 cases in EU, US, UK, and Australia. The architecture uses Haiku for language only, with server-side game logic and strict JSON contracts between components.