MCP Server
MCP
MADB — Agent Memory Database
Durable causal memory for AI agents — semantic recall, causal lineage, and skills. Local-first.
Install
uvx madb-mcp-server
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "madb-mcp-server",
"version": "0.2.10",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Where MADB stores your causal memory — local, on your machine (default ~/.madb/data).",
"format": "string",
"name": "MADB_DATA_DIR"
},
{
"description": "Tenant namespace key for separating memory streams (e.g. per project). Defaults to a built-in namespace.",
"format": "string",
"name": "MADB_TENANT_ID"
},
{
"description": "Set to 'off' to disable anonymous, count-only usage telemetry.",
"format": "string",
"name": "MADB_TELEMETRY"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment