Skip to content
Grok

MADB — Agent Memory Database for Grok

io.github.spshkar84/madb-memory

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

client:Grok transport:stdio runtime:pypi

Install MADB — Agent Memory Database in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "madb-memory": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "madb-mcp-server"
      ],
      "env": {
        "MADB_DATA_DIR": "<MADB_DATA_DIR>",
        "MADB_TENANT_ID": "<MADB_TENANT_ID>",
        "MADB_TELEMETRY": "<MADB_TELEMETRY>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

MADB — Agent Memory Database in other clients