Loading MCP server directory, please wait...
Local-first memory for coding agents; stores decisions, bugs, and context across sessions.
npx @getmcp/cli add io.github.go-ports/echovaultRequires Docker Engine. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.go-ports/echovault": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"MEMORY_HOME",
"ghcr.io/go-ports/echovault:0.3.1"
],
"env": {
"MEMORY_HOME": "/app/.memory"
}
}
}
}