Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Mneme Memory

NPM · MNEME-MEMORY · SCANNED SEP 26

Cross-session memory for AI coding agents via six tools; local-first SQLite store.

Available components

65 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security100
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • No production dependencies, so there is no dependency health to assess. View diagnostics → Pass
Provenance & Transparency48
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 2 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability61
  • AI-judged instruction clarity (good).Pass
  • Context-footprint check failed: tool/resource definitions use about 1207 tokens (~201/item across 6 items; 6 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage99
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 97% of tool parameters carry a description.Partial
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "memory_delete" implies "delete" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 7 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities60
  • Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28. See how to fix → Fail

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

How do I install the Mneme Memory MCP server?

Mneme Memory runs locally as an npm package, launched with npx -y mneme-memory. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · mneme-memory

# add to Claude Code
claude mcp add modusensus-mneme-memory -- npx -y mneme-memory
// .cursor/mcp.json
{
  "mcpServers": {
    "modusensus-mneme-memory": {
      "command": "npx",
      "args": [
        "-y",
        "mneme-memory"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "modusensus-mneme-memory": {
      "command": "npx",
      "args": [
        "-y",
        "mneme-memory"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add modusensus-mneme-memory -- npx -y mneme-memory
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "modusensus-mneme-memory": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "mneme-memory"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add modusensus-mneme-memory --command npx --arg -y --arg mneme-memory
# ~/.hermes/config.yaml
mcp_servers:
  modusensus-mneme-memory:
    command: "npx"
    args: ["-y", "mneme-memory"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "modusensus-mneme-memory": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "mneme-memory"
      ]
    }
  }
}
# add to Vellum
assistant mcp add modusensus-mneme-memory -t stdio -c npx -a -y mneme-memory
// mcp.json
{
  "mcpServers": {
    "modusensus-mneme-memory": {
      "command": "npx",
      "args": [
        "-y",
        "mneme-memory"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 25 Sept 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 23 Sept 26 65

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 26 Sept 2026 · Analysed npm/mneme-memory@0.1.1

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 0 packages
Packages resolved 0
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 6 exposed · ~1,147 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
memory_delete ~24

Permanently delete a memory entry.

NameTypeReqDescription
idstringyesMemory id

No output schema declared.

No examples provided.

memory_get ~41

Fetch one memory entry by ID and return its full content as text. Use after memory_list to read a specific entry.

NameTypeReqDescription
idstringyesMemory id

No output schema declared.

No examples provided.

memory_list ~206

List memory entries by type, high-importance first, then newest, paginated. Set include_archived=true to also list archived (hidden) entries so they can be located and restored.

NameTypeReqDescription
include_archivedboolean–Include archived (hidden) entries so they can be found and restored (default false)
limitinteger–Page size (default 50)
occurred_fromstring–Optional ISO date/timestamp lower bound on when the remembered event happened (occurred_at, falling back to created_at). Date-only values are inclusive from that day's 00:00Z.
occurred_tostring–Optional ISO date/timestamp upper bound on occurred_at. Date-only values are inclusive through that day's 23:59:59.999Z.
offsetinteger–Page offset (default 0)
typestring–Filter by type; omit for all. 'document' (#230) = agent-registered document pointer rows

No output schema declared.

No examples provided.

memory_save ~348

Persist one memory entry for future sessions (user preferences, project state, decisions). Call this when the user states a durable preference, a project decision is made, or a lesson is learned. Merges into an existing entry of the same type when the title matches.

NameTypeReqDescription
agent_scopestring–Optional explicit agent-scope declaration (issue #170): 'global' or '*' makes this memory visible to every agent; any other value narrows it to that label. Overrides the automatic carrier label for t…
contentstringyesMemory body
importanceinteger–1-5; >= threshold auto-injects into future sessions
occurred_atstring–Optional ISO-8601 instant the remembered event happened (differs from write time). Invalid values are ignored.
sensitivitystring–Optional sensitivity label (free-form, e.g. personal). Same-title entries with different sensitivity stay separate instead of merging.
sourcestring–Optional provenance
tagsarray–Optional tags
titlestringyesShort unique title
typestringyespreference=user profile; project=project knowledge/state; decision=key decision; history=conversation summary; rejected_solution=rejected/abandoned implementation approach; pitfall=debugging lesson (…
workspace_scopestring–Optional explicit workspace-scope declaration: 'global' or '*' makes this memory visible in every workspace; any other value narrows it to that label. Overrides the automatic carrier label for this w…

No output schema declared.

No examples provided.

memory_search ~312

Search the cross-session memory store for past context (solved problems, user preferences, project decisions). IMPORTANT: relevant cross-session memories are already injected into your context every turn — only call this when the injected memory block does NOT contain what you need, or you need to look something specific up. Substring-matches title/content/tags, and augments results with semantic (vector) recall + optional rerank when an embeddings provider is configured. Returns matching entries with source and timestamps.

NameTypeReqDescription
limitinteger–Max results (default 20)
modestring–auto (default) = keyword hits first + vector fill when enabled; keyword = text only; vector = semantic recall first (falls back to keyword); hybrid = vector leads, keyword fills remaining slots
occurred_fromstring–Optional ISO date/timestamp lower bound on when the remembered event happened (occurred_at, falling back to created_at). Date-only values are inclusive from that day's 00:00Z.
occurred_tostring–Optional ISO date/timestamp upper bound on occurred_at. Date-only values are inclusive through that day's 23:59:59.999Z.
querystringyesSearch text; substring match over title/content/tags
rerankboolean–Run cross-encoder rerank over candidates when a local reranker is configured (default true)
semanticboolean–Shorthand: enable semantic (vector) recall (same as mode=vector when true)

No output schema declared.

No examples provided.

memory_update ~216

Modify an existing memory entry (title, content, type, tags, importance).

NameTypeReqDescription
agent_scopestring–Optional explicit agent-scope correction (issue #170): 'global' or '*' widens visibility to every agent; any other value narrows it to that label. Omit to keep the current agent scope. Recorded as an…
contentstring–New content
idstringyesMemory id
importanceinteger–1-5
reasonstring–Optional context for the correction (what the user actually said/wanted), recorded for reflection
tagsarray––
titlestring–New title
typestring–New type
workspace_scopestring–Optional explicit workspace-scope correction: 'global' or '*' widens visibility to every workspace; any other value narrows it to that label. Omit to keep the current workspace scope. Recorded as an…

No output schema declared.

No examples provided.

Common questions

What is the Mneme Memory MCP server?

Mneme Memory is an MCP server listed in the public MCP registry as io.github.modusensus/mneme-memory. Cross-session memory for AI coding agents via six tools; local-first SQLite store. This page covers its npm package (mneme-memory).

Is the Mneme Memory MCP server safe to use?

Mneme Memory scores 65 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 26 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the Mneme Memory MCP server expose?

Mneme Memory exposes 6 tools: memory_save, memory_search, memory_list, memory_get, memory_update, memory_delete. Their descriptions and schemas cost roughly 1,147 tokens of context every time the server is loaded.

Is the Mneme Memory MCP server still maintained?

Mneme Memory is still listed as active in the MCP registry. We last reached this channel on 26 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the Mneme Memory MCP server under?

Mneme Memory declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.