Odel
EchoVault Memory

EchoVault Memory

Local
@go-ports4GoMITUpdated Today

Local-first memory for coding agents; stores decisions, bugs, and context across sessions.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

Dockerghcr.io/go-ports/echovault:0.3.3

Run

docker run -i --rm ghcr.io/go-ports/echovault:0.3.3

MCP client config

{
  "mcpServers": {
    "echovault-memory": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/go-ports/echovault:0.3.3"
      ]
    }
  }
}