Skip to content
Cursor

MADB — Agent Memory Database for Cursor

io.github.spshkar84/madb-memory

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

client:Cursor transport:stdio runtime:pypi

Install MADB — Agent Memory Database in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

MADB — Agent Memory Database in other clients