Skip to content
Claude Desktop

MADB — Agent Memory Database for Claude Desktop

io.github.spshkar84/madb-memory

Durable causal memory for AI agents — semantic recall, causal lineage, and skills. Local-first.

client:Claude Desktop transport:stdio runtime:pypi

Install MADB — Agent Memory Database in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

MADB — Agent Memory Database in other clients