Skip to content
Cursor

EchoVault Memory for Cursor

io.github.go-ports/echovault

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

client:Cursor transport:stdio runtime:oci

Install EchoVault Memory in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

EchoVault Memory in other clients