Auditable memory for AI agents: provable deletion, tamper-evident audit, time-travel recall.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
attestari · pypi · 0.0.6
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.attestari/attestari",
"description": "Auditable memory for AI agents: provable deletion, tamper-evident audit, time-travel recall.",
"title": "Attestari",
"repository": {
"url": "https://github.com/attestari/attestari",
"source": "github"
},
"version": "0.0.6",
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "attestari",
"version": "0.0.6",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"description": "The MCP server lives in the `server` extra; the core package stays dependency-free.",
"isRequired": true,
"value": "attestari[server]",
"type": "named",
"name": "--from"
}
],
"environmentVariables": [
{
"description": "Base64 32-byte root key. Set it to enable encryption at rest and cryptographic erasure (forget() destroys the subject's key and signs the certificate). Without it, forget() is a logical delete and certificates are left unsigned.",
"isSecret": true,
"name": "ATTESTARI_KEK"
},
{
"description": "Postgres DSN. Set it to use Postgres + pgvector instead of the default local SQLite file (concurrent access, indexed hybrid search).",
"isSecret": true,
"name": "ATTESTARI_DATABASE_URL"
},
{
"description": "Where the default SQLite ledger lives.",
"default": "~/.attestari/attestari.db",
"name": "ATTESTARI_SQLITE_PATH"
},
{
"description": "Enables Claude-powered fact extraction; falls back to the built-in regex extractor when unset.",
"isSecret": true,
"name": "ANTHROPIC_API_KEY"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-12T07:58:39.158217Z",
"publishedAt": "2026-08-12T07:58:39.158217Z",
"updatedAt": "2026-08-12T07:58:39.158217Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.0.6last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.