Docs
MADB for the Anthropic SDK
The MADB shim wraps the Anthropic client so memory is automatic — swap one import, change nothing else.
Install
Add MADB
pip install madb-anthropicfrom madb_anthropic import Anthropic # was: from anthropic import Anthropic
Then
Your agent remembers
MADB exposes twelve memory tools. Your agent calls remember and recall automatically, and you can ask it why it acted with trace_cause.