MADB — Agent Memory Database for Cline
io.github.spshkar84/madb-memory
Durable causal memory for AI agents — semantic recall, causal lineage, and skills. Local-first.
client:Cline
transport:stdio
runtime:pypi
Install MADB — Agent Memory Database in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"madb-memory": {
"command": "uvx",
"args": [
"madb-mcp-server"
],
"env": {
"MADB_DATA_DIR": "<MADB_DATA_DIR>",
"MADB_TENANT_ID": "<MADB_TENANT_ID>",
"MADB_TELEMETRY": "<MADB_TELEMETRY>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs