emem — Earth memory protocol MCP Server
io.github.Vortx-AI/emem
What is the emem — Earth memory protocol MCP server?
Content-addressed, ed25519-signed memory of every place on Earth. Apache-2.0, no keys for reads.
How to install emem — Earth memory protocol
Copy-paste configuration for popular MCP clients.
EMEM_BINDBind address for the HTTP server. Defaults to 0.0.0.0:5051 inside the container.
EMEM_DATAPath to the persistent data directory (sled cache + ed25519 identity). Mount a volume here.
EMEM_PUBLIC_URLOptional canonical origin for self-referencing URLs in MCP responses (e.g. https://emem.dev). When unset the server falls back to urn:emem.
EMEM_TLS_DOMAINSComma-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.
{
"mcpServers": {
"emem": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/vortx-ai/emem:latest"
],
"env": {
"EMEM_BIND": "<YOUR_EMEM_BIND>",
"EMEM_DATA": "<YOUR_EMEM_DATA>",
"EMEM_PUBLIC_URL": "<YOUR_EMEM_PUBLIC_URL>",
"EMEM_TLS_DOMAINS": "<YOUR_EMEM_TLS_DOMAINS>"
}
}
}
}{
"mcpServers": {
"emem": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/vortx-ai/emem:latest"
],
"env": {
"EMEM_BIND": "<YOUR_EMEM_BIND>",
"EMEM_DATA": "<YOUR_EMEM_DATA>",
"EMEM_PUBLIC_URL": "<YOUR_EMEM_PUBLIC_URL>",
"EMEM_TLS_DOMAINS": "<YOUR_EMEM_TLS_DOMAINS>"
}
}
}
}{
"mcpServers": {
"emem": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/vortx-ai/emem:latest"
],
"env": {
"EMEM_BIND": "<YOUR_EMEM_BIND>",
"EMEM_DATA": "<YOUR_EMEM_DATA>",
"EMEM_PUBLIC_URL": "<YOUR_EMEM_PUBLIC_URL>",
"EMEM_TLS_DOMAINS": "<YOUR_EMEM_TLS_DOMAINS>"
}
}
}
}{
"servers": {
"emem": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/vortx-ai/emem:latest"
],
"env": {
"EMEM_BIND": "<YOUR_EMEM_BIND>",
"EMEM_DATA": "<YOUR_EMEM_DATA>",
"EMEM_PUBLIC_URL": "<YOUR_EMEM_PUBLIC_URL>",
"EMEM_TLS_DOMAINS": "<YOUR_EMEM_TLS_DOMAINS>"
}
}
}
}claude mcp add emem --env EMEM_BIND=<YOUR_EMEM_BIND> --env EMEM_DATA=<YOUR_EMEM_DATA> --env EMEM_PUBLIC_URL=<YOUR_EMEM_PUBLIC_URL> --env EMEM_TLS_DOMAINS=<YOUR_EMEM_TLS_DOMAINS> -- docker run -i --rm ghcr.io/vortx-ai/emem:latestRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.