PluginBench
MCP Server
Active
Apache-2.0

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.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • EMEM_BIND

    Bind address for the HTTP server. Defaults to 0.0.0.0:5051 inside the container.

  • EMEM_DATA

    Path to the persistent data directory (sled cache + ed25519 identity). Mount a volume here.

  • EMEM_PUBLIC_URL

    Optional 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_DOMAINS

    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.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "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>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "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>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "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>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "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 Code
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:latest

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →