Auditable memory (memory3l) runs on your own machine — the client starts it, so there is no endpoint to ping.
Audited memory over MCP: an append-only fact ledger plus verifiable invariants I1-I5.
Today is the operative word: we check Auditable memory (memory3l) every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
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.
claude mcp add memory3l-mcp -- uvx memory3l-mcp
{
"mcpServers": {
"memory3l-mcp": {
"args": [
"memory3l-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.memory3l-mcp]
command = "uvx"
args = ["memory3l-mcp"]
{
"mcpServers": {
"memory3l-mcp": {
"args": [
"memory3l-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"memory3l-mcp": {
"args": [
"memory3l-mcp"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
MEMORY3L_ROOT (Override the location of the memory3l audit core (development against a source checkout).), MEMORY3L_DB (Path to the SQLite fact-ledger file to serve.), MEMORY3L_ALLOW_WRITE (Set to 1 to also expose the append_facts tool.).
The author declared them in the registry entry; get the values from the project itself.
Append-only, signed, on-chain-verifiable agent action log — record and audit what agents did.
Verifiable agent memory with signed ledger receipts — verify every write offline.
Event-sourced, auditable agent memory over MCP: cited checkout, replayable provenance.
Default-deny action registry, append-only spend ledger, and human sign-off audit trail (MCP tools).
Local-first, formally verified memory for AI agents: consult/learn/related/list over MCP.
Model inventory and governance: trace deployed models and their dependencies as an append-only log
Local-first multilingual, auditable memory for Codex, Claude Code, and MCP clients.
A self-improving, verifiable memory layer for AI coding agents.
Answers built from our own checks of this server.