PluginBench
MCP Server

MADB — Agent Memory Database MCP Server

io.github.spshkar84/madb-memory

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.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • MADB_DATA_DIR

    Where MADB stores your causal memory — local, on your machine (default ~/.madb/data).

  • MADB_TENANT_ID

    Tenant namespace key for separating memory streams (e.g. per project). Defaults to a built-in namespace.

  • MADB_TELEMETRY

    Set to 'off' to disable anonymous, count-only usage telemetry.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "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>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "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>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "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>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "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 Code
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-server

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →