emem, the verifiable memory protocol for the physical world
Shared memory for AI agents. One address per fact, one signature you check. No key to read.
What it says
The record the registry holds
Where it answers
https://emem.dev/mcp · streamable-http
How you get it
It also ships as a package you run yourself.
ghcr.io/vortx-ai/emem:latest · oci
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.Vortx-AI/emem",
"description": "Shared memory for AI agents. One address per fact, one signature you check. No key to read.",
"title": "emem, the verifiable memory protocol for the physical world",
"repository": {
"url": "https://github.com/Vortx-AI/emem",
"source": "github"
},
"version": "2.2.0",
"websiteUrl": "https://emem.dev",
"icons": [
{
"src": "https://emem.dev/favicon.svg",
"mimeType": "image/svg+xml",
"sizes": [
"any"
]
}
],
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/vortx-ai/emem:latest",
"runtimeHint": "docker",
"transport": {
"type": "streamable-http",
"url": "http://localhost:5051/mcp"
},
"environmentVariables": [
{
"description": "PaaS port convention: the container entrypoint binds 0.0.0.0:$PORT when EMEM_BIND is not set explicitly. Falls back to 5051.",
"name": "PORT"
},
{
"description": "Bind address for the HTTP server. When unset, the entrypoint derives it from PORT, falling back to 0.0.0.0:5051.",
"value": "0.0.0.0:5051",
"name": "EMEM_BIND"
},
{
"description": "Path to the persistent data directory (sled cache + ed25519 identity). Mount a volume here; on managed platforms that mount /data, set EMEM_DATA=/data.",
"value": "/var/emem",
"name": "EMEM_DATA"
},
{
"description": "Optional canonical origin for self-referencing URLs in MCP responses (e.g. https://emem.dev). When unset the server falls back to urn:emem.",
"name": "EMEM_PUBLIC_URL"
},
{
"description": "Comma-separated hostnames for built-in Let's Encrypt ACME (TLS-ALPN-01). When set, the server binds 0.0.0.0:443 instead of EMEM_BIND.",
"name": "EMEM_TLS_DOMAINS"
}
]
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://emem.dev/mcp"
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-19T13:03:43.507448Z",
"publishedAt": "2026-08-19T13:03:43.507448Z",
"updatedAt": "2026-08-19T13:03:43.507448Z",
"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+jsonhosted · an address you calllocal · you run it yourselfversion 2.2.0last 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.
Terms
Somebody else's record
This listing was indexed rather than published here, so nobody has signed anything and this catalog cannot sign on their behalf. Treat it as a pointer to the publisher, not as terms.