Auditable memory (memory3l) for Cursor
io.github.jayzht/memory3l-mcp
Audited memory over MCP: an append-only fact ledger plus verifiable invariants I1-I5.
client:Cursor
transport:stdio
runtime:pypi
Install Auditable memory (memory3l) in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"memory3l-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"memory3l-mcp"
],
"env": {
"MEMORY3L_ROOT": "<MEMORY3L_ROOT>",
"MEMORY3L_DB": "<MEMORY3L_DB>",
"MEMORY3L_ALLOW_WRITE": "<MEMORY3L_ALLOW_WRITE>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs