← Back to Plugins
MCP Server MCP

EchoVault Memory

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

oci:ghcr.io/go-ports/echovault:0.3.3

Configuration Example

{
  "remotes": [],
  "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"
        }
      ]
    }
  ]
}
mcp model-context-protocol oci

Comments

Sign in to leave a comment

Loading comments...