MCP Server
MCP
EchoVault Memory
Local-first memory for coding agents; stores decisions, bugs, and context across sessions.
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
By
Comments
Sign in to leave a comment