What is the EchoVault Memory MCP server?
Local-first memory for coding agents; stores decisions, bugs, and context across sessions.
How to install EchoVault Memory
Copy-paste configuration for popular MCP clients.
MEMORY_HOMEDirectory where memories are stored. Ensure this path is mounted to persistent storage for data retention across container restarts.
{
"mcpServers": {
"echovault": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/go-ports/echovault:0.3.3"
],
"env": {
"MEMORY_HOME": "<YOUR_MEMORY_HOME>"
}
}
}
}{
"mcpServers": {
"echovault": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/go-ports/echovault:0.3.3"
],
"env": {
"MEMORY_HOME": "<YOUR_MEMORY_HOME>"
}
}
}
}{
"mcpServers": {
"echovault": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/go-ports/echovault:0.3.3"
],
"env": {
"MEMORY_HOME": "<YOUR_MEMORY_HOME>"
}
}
}
}{
"servers": {
"echovault": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/go-ports/echovault:0.3.3"
],
"env": {
"MEMORY_HOME": "<YOUR_MEMORY_HOME>"
}
}
}
}claude mcp add echovault --env MEMORY_HOME=<YOUR_MEMORY_HOME> -- docker run -i --rm ghcr.io/go-ports/echovault:0.3.3Related MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.