Skip to content
Grok

EchoVault Memory for Grok

io.github.go-ports/echovault

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

client:Grok transport:stdio runtime:oci

Install EchoVault Memory in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "echovault": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/go-ports/echovault:0.3.3"
      ],
      "env": {
        "MEMORY_HOME": "<MEMORY_HOME>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

EchoVault Memory in other clients