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

fintool adds stock and prediction market trading to OpenClaw agents
fintool is a new OpenClaw skill that enables AI agents to trade stocks and prediction markets. Installation requires reading a GitHub file, after which agents can execute trades on Hyperliquid, Binance, and Polymarket with JSON output for clean integration.

Phalanx CLI coordinates multiple AI agents for automated code-review cycles
A developer built Phalanx, a CLI tool that coordinates AI agents from different providers: Codex handles coding, Claude Opus performs code review, and Claude Sonnet orchestrates the loop. A companion tool called Codebones compresses repositories to structural maps to reduce token usage.

TextForge: A Claude Code-built email approval tool for LLM workflows
A developer built TextForge using Claude Code to automate email workflows with mandatory approval gates, preventing LLMs from sending emails without explicit permission. The tool integrates with Pipedrive CRM and required Google CASA2 security audit compliance.

External Reranker Plugin for OpenClaw Memory-Core: Repurpose Old GPUs
A developer shares a plugin for OpenClaw that allows memory-core to use an external reranker instead of the built-in QMD, improving performance on CPU-bound setups.