Durable causal memory for AI agents — semantic recall, causal lineage, and skills. Local-first.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
uvx madb-mcp-server
MCP client config
{
"mcpServers": {
"madb-agent-memory-database": {
"command": "uvx",
"args": [
"madb-mcp-server"
]
}
}
}