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

50 Popular Apps Reverse-Engineered into Claude-Readable Design Specs: Key Patterns for UI Cloning
u/meliwat reverse-engineered 50 popular apps into structured markdown design specs. Claude nails UI clones with exact values, state coverage, spacing scales, and navigation graphs. Longer prose degrades output.

AGI in md: 11 Cognitive Compression Levels for Claude System Prompts
A GitHub repository documents 11 levels of cognitive compression that can be encoded in Claude system prompts, with Level 8 shifting from analysis to construction and improving Haiku's performance from 0/3 to 4/4. The project includes 28 prompts, 299 raw outputs, and full experiment logs across 19 domains.

Claude Code: How to Connect Your AI-Built Frontend to a Real Backend
Claude Code builds polished frontends but often uses hardcoded data. Here are four ways to connect it to real backends: raw APIs, SDKs, CLIs, and MCP.

Collection of 177 OpenClaw SOUL.md Templates Organized into 24 Categories
A developer has compiled 177 ready-to-use SOUL.md templates for OpenClaw agents across 24 categories including Marketing, Development, Business, DevOps, Finance, Creative, Data, Security, Healthcare, Legal, HR, and Education. All templates are MIT licensed and available on GitHub.