Mmcp.market

Mem Context MCP server

by turbyho·io.github.turbyho/mem-context·v0.1.4

Temporal memory MCP server with LanceDB vector search, weight-decay scoring, and LLM consolidation

C65/100grade C
What users say
No reviews yet
Be the first
Safety scan
C65/100

full report

Adoption
Not measured yet

Usage numbers are collected on the next scan

Reviews

Write one

Nobody 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 posts

Read from the package source without running it. The installed server may list more.

  • consolidation_candidates

    Find memories due for consolidation across the 3-phase pipeline.

  • delete_memorywrite action

    Delete a memory — soft (archive) or hard (permanent removal).

  • forget

    Archive a memory by setting its weight to zero.

  • get

    Read-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_memories

    Selective bulk delete of memories by type, scope, or age.

  • recall

    Search for relevant memories using vector search and six-factor scoring.

  • remember
  • review

    Return memories flagged for review — contradictions, stale data, etc.

  • status

    Read-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 action

    Update 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

no findings
  • 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
Overall 65/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

Install directly

claude mcp add mem-context -- uvx mem-context
Add to Cursor

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.

All Mem Context alternatives →
  • Total Agent Memory
    Persistent local memory for coding agents: temporal knowledge graph, procedural and episodic recall
    A
  • Basic Memory
    Local-first knowledge management with bi-directional LLM sync via Markdown files.
    C
  • IWE
    Markdown knowledge base as agent memory. Runs against the notes directory it is started in.
    A
  • ContextStream MCP Server
    Project memory, semantic code search, and grounded agent context.
    A
  • Agent Recall
    Correction-first agent memory. Precision KPI tracks if agents heed warnings. 5 layers, local-only.
    A

More from turbyho →