← Index

EchoVault Memory

io.github.go-ports/echovault·v0.3.3·Memory & RAG
Quality Score
85
/100

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

§01  Install
Claude Desktop (Docker)
{
  "mcpServers": {
    "echovault": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/go-ports/echovault:0.3.3"
      ],
      "env": {
        "MEMORY_HOME": "/app/.memory"
      }
    }
  }
}
§02  Environment variables
MEMORY_HOME

Directory where memories are stored. Ensure this path is mounted to persistent storage for data retention across container restarts.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in Memory & RAG