Odel
MADB — Agent Memory Database

MADB — Agent Memory Database

Local
@spshkar84PythonUpdated 2mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPImadb-mcp-serverv0.2.10

Run

uvx madb-mcp-server

MCP client config

{
  "mcpServers": {
    "madb-agent-memory-database": {
      "command": "uvx",
      "args": [
        "madb-mcp-server"
      ]
    }
  }
}