Back to search
30
MCP

EchoVault Memory

io.github.go-ports/echovault

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

Uptime
0.0%
3 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

@aictx/memory
Local-first project memory for AI coding agents.
0 tools
io.github.omega-memory/core
Persistent memory for AI coding agents. #1 on LongMemEval. Local-first.
0 tools
io.github.tobs-code/cozo-memory
Local-first memory system for AI agents with hybrid search and graph reasoning
0 tools
io.github.riponcm/projectmem
Local-first memory + judgment layer for AI coding agents — warns before repeating failed fixes.
0 tools
Memory Vault
Local-first AI memory layer with hybrid search. Postgres + pgvector. Self-hosted, MIT.
0 tools
codex-memory
Local persistent memory for Codex agents that captures, searches, and reuses project knowledge.
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "echovault_memory": {
      "url": "None",
      "transport": "http"
    }
  }
}