
Agent Memory Manager (AMM)
by bonztm
Durable, structured memory substrate for AI agents to recall facts, preferences, and session narratives.
What it does
Agent Memory Manager (AMM) provides a robust memory layer that transforms ephemeral conversation histories into durable, typed knowledge. It enables agents to perform high-fidelity recall across different sessions and projects using a multi-layer memory model (Working, History, Compression, Canonical, and Derived Index).
Tools
recall: Query the memory store for relevant context based on natural language keywords or temporal markers.remember: Explicitly commit high-confidence facts, decisions, or user preferences to long-term storage.ingest: Feed raw events or transcripts into the memory pipeline for automated extraction.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"amm": {
"command": "amm-mcp",
"args": [],
"env": {
"AMM_DB_PATH": "/home/user/.amm/amm.db"
}
}
}
}
Supported hosts
- Claude Code
- Codex
- OpenCode
- OpenClaw
- Hermes
- Claude Desktop
Quick install
go build ./cmd/amm-mcpInformation
- Pricing
- free
- Published
- 5/27/2026
- stars






