emem, the verifiable memory protocol for the physical world
Rank #403io.github.Vortx-AI/emem
Shared memory for AI agents. One address per fact, one signature you check. No key to read.
emem, the verifiable memory protocol for the physical world is a Model Context Protocol (MCP) server published by vortx-ai. It ranks #403 of 132,405 servers tracked on MCP Toplist, and its repository has 58 GitHub stars. emem, the verifiable memory protocol for the physical world is listed across 3 registries — Official MCP, PulseMCP and Glama, with 15 tracked versions. It was first listed on Apr 24, 2026 and most recently updated on Sep 9, 2026.
Ranks ahead of 132,002 of 132,405 servers on MCP Toplist.
Use emem, the verifiable memory protocol for the physical world
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http emem https://emem.dev/mcpclaude mcp add emem -e "PORT=<your PORT>" -e "EMEM_BIND=<your EMEM_BIND>" -e "EMEM_DATA=<your EMEM_DATA>" -e "EMEM_PUBLIC_URL=<your EMEM_PUBLIC_URL>" -e "EMEM_TLS_DOMAINS=<your EMEM_TLS_DOMAINS>" -- docker run -i --rm ghcr.io/vortx-ai/emem:latestReplace each placeholder with your own value before saving.
[mcp_servers.emem]
url = "https://emem.dev/mcp"Add to ~/.codex/config.toml.
[mcp_servers.emem]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/vortx-ai/emem:latest"]
[mcp_servers.emem.env]
PORT = "<your PORT>"
EMEM_BIND = "<your EMEM_BIND>"
EMEM_DATA = "<your EMEM_DATA>"
EMEM_PUBLIC_URL = "<your EMEM_PUBLIC_URL>"
EMEM_TLS_DOMAINS = "<your EMEM_TLS_DOMAINS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://emem.dev/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"emem": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/vortx-ai/emem:latest"
],
"env": {
"PORT": "<your PORT>",
"EMEM_BIND": "<your EMEM_BIND>",
"EMEM_DATA": "<your EMEM_DATA>",
"EMEM_PUBLIC_URL": "<your EMEM_PUBLIC_URL>",
"EMEM_TLS_DOMAINS": "<your EMEM_TLS_DOMAINS>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"emem": {
"url": "https://emem.dev/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"emem": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/vortx-ai/emem:latest"
],
"env": {
"PORT": "<your PORT>",
"EMEM_BIND": "<your EMEM_BIND>",
"EMEM_DATA": "<your EMEM_DATA>",
"EMEM_PUBLIC_URL": "<your EMEM_PUBLIC_URL>",
"EMEM_TLS_DOMAINS": "<your EMEM_TLS_DOMAINS>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"emem": {
"type": "http",
"url": "https://emem.dev/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"emem": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/vortx-ai/emem:latest"
],
"env": {
"PORT": "<your PORT>",
"EMEM_BIND": "<your EMEM_BIND>",
"EMEM_DATA": "<your EMEM_DATA>",
"EMEM_PUBLIC_URL": "<your EMEM_PUBLIC_URL>",
"EMEM_TLS_DOMAINS": "<your EMEM_TLS_DOMAINS>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"emem": {
"serverUrl": "https://emem.dev/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"emem": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/vortx-ai/emem:latest"
],
"env": {
"PORT": "<your PORT>",
"EMEM_BIND": "<your EMEM_BIND>",
"EMEM_DATA": "<your EMEM_DATA>",
"EMEM_PUBLIC_URL": "<your EMEM_PUBLIC_URL>",
"EMEM_TLS_DOMAINS": "<your EMEM_TLS_DOMAINS>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"emem": {
"url": "https://emem.dev/mcp"
}
}
}{
"mcpServers": {
"emem": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/vortx-ai/emem:latest"
],
"env": {
"PORT": "<your PORT>",
"EMEM_BIND": "<your EMEM_BIND>",
"EMEM_DATA": "<your EMEM_DATA>",
"EMEM_PUBLIC_URL": "<your EMEM_PUBLIC_URL>",
"EMEM_TLS_DOMAINS": "<your EMEM_TLS_DOMAINS>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Vortx-AI%2Femem)<a href="https://mcptoplist.com/server/io.github.Vortx-AI%2Femem"><img src="https://mcptoplist.com/badge/io.github.Vortx-AI%2Femem.svg" alt="MCP Toplist: Top 1% of 132,405" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
vortx-ai
Available versions (15)
| Version | Published |
|---|---|
| 2.4.0 | Sep 9, 2026 |
| 2.3.0 | Aug 27, 2026 |
| 2.2.0 | Aug 19, 2026 |
| 2.1.0 | Aug 10, 2026 |
| 2.0.0 | Aug 5, 2026 |
| 1.4.0 | Aug 1, 2026 |
| 1.3.0 | Jul 26, 2026 |
| 1.2.1 | Jul 22, 2026 |
| 1.1.0 | Jul 17, 2026 |
| 1.0.0 | Jul 9, 2026 |
| 0.0.9 | May 30, 2026 |
| 0.0.8 | May 28, 2026 |
| 0.0.7 | May 28, 2026 |
| 0.0.6 | May 16, 2026 |
| 0.0.2 | Apr 28, 2026 |
Frequently asked questions
- Who maintains emem, the verifiable memory protocol for the physical world?
- emem, the verifiable memory protocol for the physical world is maintained by vortx-ai, which publishes 1 MCP server (15 total versions) tracked on MCP Toplist.
- Is emem, the verifiable memory protocol for the physical world listed on the Official MCP Registry?
- Yes — emem, the verifiable memory protocol for the physical world is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does emem, the verifiable memory protocol for the physical world have?
- MCP Toplist tracks 15 versions of emem, the verifiable memory protocol for the physical world, most recently published on Sep 9, 2026.
- Where can I find the source code for emem, the verifiable memory protocol for the physical world?
- The source code for emem, the verifiable memory protocol for the physical world is hosted at github.com/vortx-ai/emem.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.