Mem Context MCP server
Temporal memory MCP server with LanceDB vector search, weight-decay scoring, and LLM consolidation
Usage numbers are collected on the next scan
Reviews
Write oneNobody has reviewed Mem Context yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Mem Context tools (10, 2 write)
write = sends, deletes, buys or postsRead from the package source without running it. The installed server may list more.
consolidation_candidatesFind memories due for consolidation across the 3-phase pipeline.
delete_memorywrite actionDelete a memory — soft (archive) or hard (permanent removal).
forgetArchive a memory by setting its weight to zero.
getRead-only. No side effects. Returns a single memory by its ID with all metadata (content, type, weight, tags, timestamps, embedding excluded). Returns None if the ID doesn't exist. Use to inspect a specific memory found by recall(); use update() to modify fields, forget() or delete_memory() to remove.
purge_memoriesSelective bulk delete of memories by type, scope, or age.
recallSearch for relevant memories using vector search and six-factor scoring.
rememberreviewReturn memories flagged for review — contradictions, stale data, etc.
statusRead-only. No side effects. Returns total memory count, breakdown by type (episodic/semantic/permanent), average weight, relation count, conversation count, and last consolidation timestamp. Accepts optional scope parameter to filter by project; omit for global stats. Use at session start to check context availability; use review() for flagged memories or consolidation_candidates() to trigger the
updatewrite actionUpdate memory metadata — tags, weight, needs_review flag, etc.
Public scan report
scanner v0.1.9 · 2026-09-27 · same rubric, same numbers if you re-run it
- Code scan27 source files scanned25/25
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitylocal package, no credentials required12/15
- Maintenancerepository not readable: repo not found3/15
- Maintainer identityno repository or website to verify2/10
Install directly
claude mcp add mem-context -- uvx mem-context
Mem Context: common questions
- Is Mem Context MCP server safe?
- With care: it is graded C, so read the findings first (65/100). Read the Mem Context safety report
- How do I install Mem Context?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does Mem Context need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is Mem Context maintained?
- The latest release is v0.1.4.
- What can I use instead of Mem Context?
- Servers from other publishers that do the same job: Total Agent Memory MCP server, Basic Memory MCP server and IWE MCP server. Compare all Mem Context alternatives.
Alternatives to Mem Context
Same job from other publishers: the closest match first, then the best rated.
- Total Agent MemoryPersistent local memory for coding agents: temporal knowledge graph, procedural and episodic recallnot reviewedEstablishedA
- Basic MemoryLocal-first knowledge management with bi-directional LLM sync via Markdown files.not reviewedEstablishedC
- IWEMarkdown knowledge base as agent memory. Runs against the notes directory it is started in.not reviewedEstablishedA
- ContextStream MCP ServerProject memory, semantic code search, and grounded agent context.not reviewedEstablishedA
- Agent RecallCorrection-first agent memory. Precision KPI tracks if agents heed warnings. 5 layers, local-only.not reviewedEstablishedA