mcpbeat Sign in

EchoVault Memory MCP Server

local only

EchoVault Memory runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 18 Aug 2026.

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

Installs / week
not published
4
Stars
0 open issues
18 Aug 2026
Last commit
from GitHub
MIT
License
Go

What the code does

We read the source, 23 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

        return filepath.Join(cwd, dotDir)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Alternatives to EchoVault Memory

same job, measured the same way
Codeledger
by codeledgerecf

Deterministic context selection for AI coding agents. Local memory that compounds across sessions.

435 installs/wk local only
Dreamd
by botzrdev

Local-first, cross-harness memory for AI coding agents.

223 installs/wk local only
Todox
by beydemirfurkan

Memory for coding agents: the decisions, the dead ends, and where the last session stopped.

answering
Myc
by aistastudio

Task queue, decisions and memory for coding agents. Local SQLite, no network. Requires Bun.

2 268 installs/wk local only
Whitemagic MCP
by lbailey94

Local-first memory and session continuity for AI coding agents over MCP. No cloud, no telemetry.

1 080 installs/wk local only
Mindswap
by shiporbleed

Local-first AI context and memory server for cross-tool coding continuity.

45 installs/wk local only
CogSession
by premanand8800

Session memory for AI coding agents: records decisions and dead ends, flags what went stale.

98 installs/wk local only
Prism Coder
by dcostenco

Session memory for coding agents: local-first recall, drift detection, on-device inference.

1 183 installs/wk local only

EchoVault Memory — questions

Answers built from our own checks of this server.

Why is there no uptime for EchoVault Memory?
EchoVault Memory runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is EchoVault Memory open source?
Yes — it is published under the MIT licence, written in Go and 4 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.