mcpbeat Sign in

MADB — Agent Memory Database MCP Server

by spshkar84 Your server? Claim it
local only

MADB — Agent Memory Database runs on your own machine — the client starts it, so there is no endpoint to ping. 855 installs a week from pypi. Last commit 7 Jul 2026.

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

Installs per day peak 1 508 · avg 273 · -71% w/w
a month agotoday
855
Installs / week
pypi · madb-mcp-server
0
Stars
0 open issues
7 Jul 2026
Last commit
0 releases in 90 days
License
Python

What the code does

We read the source, 17 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command onboarding/seed.py:62
        self.proc = subprocess.Popen(

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add madb-memory -- uvx madb-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "madb-memory": {
      "args": [
        "madb-mcp-server"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.madb-memory]
command = "uvx"
args = ["madb-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "madb-memory": {
      "args": [
        "madb-mcp-server"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "madb-memory": {
      "args": [
        "madb-mcp-server"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: 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.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MADB — Agent Memory Database

same job, measured the same way
Memory Kernel
by artem362

Local-first memory for AI agents: SQLite FTS5, deterministic recall, no vector DB, no cloud.

122 installs/wk local only
Leteo
by asanabrial

Persistent memory for AI coding agents: one Rust binary, one local SQLite database.

54 installs/wk local only
Memory Engine MCP
by simoneb79

Local-first graph memory for AI assistants with SQLite, semantic search, and MCP tools.

local only
Remem
by majiayu000

Local-first automatic memory for Claude Code and Codex: capture, distill, recall from SQLite.

505 installs/wk local only
Tether
by sidyellur

Local-first agent memory over SQLite: remember, recall, link, forget. Degrades, never fails.

local only
Agent Memory MCP
by xultrax-web

Markdown memory for AI agents. Files you can read, edit, grep, and commit. Not a database.

113 installs/wk local only
Nuzo Memory
by fabionfsc

Local-first, auditable memory for MCP-compatible AI agents with explicit writes and SQLite storage.

35 installs/wk local only
rmbr
by srock44

Embedded, local-first memory and retrieval for AI agents. One SQLite file, no server, no API key.

130 installs/wk local only

MADB — Agent Memory Database — questions

Answers built from our own checks of this server.

Why is there no uptime for MADB — Agent Memory Database?
MADB — Agent Memory Database runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package madb-mcp-server was installed 855 times last week.
How do I connect MADB — Agent Memory Database?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls madb-mcp-server straight from pypi; nothing to host, nothing to sign up for.
How many people use MADB — Agent Memory Database?
The pypi package madb-mcp-server was installed 855 times in the last week. Week over week that is -71%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MADB — Agent Memory Database open source?
We cannot say either way: written in Python and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.