Home / Docs / MADB for the Anthropic SDK
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-anthropic
from 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.

Keep reading