What is the MADB — Agent Memory Database MCP server?
Durable causal memory for AI agents: semantic recall, causal lineage, reusable skills. Local.
How to install MADB — Agent Memory Database
Copy-paste configuration for popular MCP clients.
MADB_DATA_DIRWhere MADB stores your causal memory — local, on your machine (default ~/.madb/data).
MADB_TENANT_IDTenant namespace key for separating memory streams (e.g. per project). Defaults to a built-in namespace.
MADB_TELEMETRYSet to 'off' to disable anonymous, count-only usage telemetry.
{
"mcpServers": {
"madb-memory": {
"command": "uvx",
"args": [
"madb-mcp-server"
],
"env": {
"MADB_DATA_DIR": "<YOUR_MADB_DATA_DIR>",
"MADB_TENANT_ID": "<YOUR_MADB_TENANT_ID>",
"MADB_TELEMETRY": "<YOUR_MADB_TELEMETRY>"
}
}
}
}{
"mcpServers": {
"madb-memory": {
"command": "uvx",
"args": [
"madb-mcp-server"
],
"env": {
"MADB_DATA_DIR": "<YOUR_MADB_DATA_DIR>",
"MADB_TENANT_ID": "<YOUR_MADB_TENANT_ID>",
"MADB_TELEMETRY": "<YOUR_MADB_TELEMETRY>"
}
}
}
}{
"mcpServers": {
"madb-memory": {
"command": "uvx",
"args": [
"madb-mcp-server"
],
"env": {
"MADB_DATA_DIR": "<YOUR_MADB_DATA_DIR>",
"MADB_TENANT_ID": "<YOUR_MADB_TENANT_ID>",
"MADB_TELEMETRY": "<YOUR_MADB_TELEMETRY>"
}
}
}
}{
"servers": {
"madb-memory": {
"type": "stdio",
"command": "uvx",
"args": [
"madb-mcp-server"
],
"env": {
"MADB_DATA_DIR": "<YOUR_MADB_DATA_DIR>",
"MADB_TENANT_ID": "<YOUR_MADB_TENANT_ID>",
"MADB_TELEMETRY": "<YOUR_MADB_TELEMETRY>"
}
}
}
}claude mcp add madb-memory --env MADB_DATA_DIR=<YOUR_MADB_DATA_DIR> --env MADB_TENANT_ID=<YOUR_MADB_TENANT_ID> --env MADB_TELEMETRY=<YOUR_MADB_TELEMETRY> -- uvx madb-mcp-serverRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.