Serversio.github.Vortx-AI/emem
E

emem — Earth memory protocol

io.github.Vortx-AI/emem · v0.0.2
▦ docker
v0.0.2docker oci: ghcr.io/vortx-ai/emem:latest🌐 https://emem.dev/mcp↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.Vortx-AI/emem",
  "description": "Content-addressed, ed25519-signed memory of every place on Earth. Apache-2.0, no keys for reads.",
  "title": "emem — Earth memory protocol",
  "repository": {
    "url": "https://github.com/Vortx-AI/emem",
    "source": "github"
  },
  "version": "0.0.2",
  "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": "Bind address for the HTTP server. Defaults to 0.0.0.0:5051 inside the container.",
          "value": "0.0.0.0:5051",
          "name": "EMEM_BIND"
        },
        {
          "description": "Path to the persistent data directory (sled cache + ed25519 identity). Mount a volume here.",
          "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": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}