Serversio.github.go-ports/echovault
E

EchoVault Memory

io.github.go-ports/echovault · v0.3.3
▦ docker
v0.3.3docker oci: ghcr.io/go-ports/echovault:0.3.3↗ 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.go-ports/echovault",
  "description": "Local-first memory for coding agents; stores decisions, bugs, and context across sessions.",
  "title": "EchoVault Memory",
  "repository": {
    "url": "https://github.com/go-ports/echovault",
    "source": "github"
  },
  "version": "0.3.3",
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/go-ports/echovault:0.3.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Directory where memories are stored. Ensure this path is mounted to persistent storage for data retention across container restarts.",
          "format": "filepath",
          "default": "/app/.memory",
          "name": "MEMORY_HOME"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}