Home / Docs / MADB for MCP
Docs

MADB for MCP

MADB speaks the Model Context Protocol, so any MCP client can load it as a memory server.

Install

Add MADB

uvx madb-mcp-server

Or declare it in .mcp.json:

{ "mcpServers": { "madb": { "command": "uvx", "args": ["madb-mcp-server"] } } }
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