EchoVault Memory
Rank #21,567io.github.go-ports/echovault
Local-first memory for coding agents; stores decisions, bugs, and context across sessions.
EchoVault Memory is a Model Context Protocol (MCP) server published by go-ports. It ranks #21,567 of 132,046 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. EchoVault Memory is listed across 3 registries — Official MCP, PulseMCP and Glama, with 5 tracked versions. It was first listed on Feb 21, 2026 and most recently updated on Apr 20, 2026.
Ranks ahead of 110,479 of 132,046 servers on MCP Toplist.
Use EchoVault Memory
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add echovault -e "MEMORY_HOME=<your MEMORY_HOME>" -- docker run -i --rm ghcr.io/go-ports/echovault:0.3.3Replace each placeholder with your own value before saving.
[mcp_servers.echovault]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/go-ports/echovault:0.3.3"]
[mcp_servers.echovault.env]
MEMORY_HOME = "<your MEMORY_HOME>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"echovault": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/go-ports/echovault:0.3.3"
],
"env": {
"MEMORY_HOME": "<your MEMORY_HOME>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"echovault": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/go-ports/echovault:0.3.3"
],
"env": {
"MEMORY_HOME": "<your MEMORY_HOME>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"echovault": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/go-ports/echovault:0.3.3"
],
"env": {
"MEMORY_HOME": "<your MEMORY_HOME>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"echovault": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/go-ports/echovault:0.3.3"
],
"env": {
"MEMORY_HOME": "<your MEMORY_HOME>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"echovault": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/go-ports/echovault:0.3.3"
],
"env": {
"MEMORY_HOME": "<your MEMORY_HOME>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.go-ports%2Fechovault)<a href="https://mcptoplist.com/server/io.github.go-ports%2Fechovault"><img src="https://mcptoplist.com/badge/io.github.go-ports%2Fechovault.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
go-ports
Available versions (5)
| Version | Published |
|---|---|
| 0.3.3 | Apr 20, 2026 |
| 0.3.2 | Apr 10, 2026 |
| 0.3.1 | Feb 22, 2026 |
| 0.3.0 | Feb 22, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains EchoVault Memory?
- EchoVault Memory is maintained by go-ports, which publishes 1 MCP server (5 total versions) tracked on MCP Toplist.
- Is EchoVault Memory listed on the Official MCP Registry?
- Yes — EchoVault Memory is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does EchoVault Memory have?
- MCP Toplist tracks 5 versions of EchoVault Memory, most recently published on Apr 20, 2026.
- Where can I find the source code for EchoVault Memory?
- The source code for EchoVault Memory is hosted at github.com/go-ports/echovault.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.