🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

mneme-mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mneme-mcp-server

MCP server for mneme: 9 tools for vault-native memory in Claude Code and MCP-compatible clients.

latest
Source
npmnpm
Version
3.6.3
Version published
Maintainers
1
Created
Source

mneme-mcp-server

TypeScript MCP server for mneme. The npm package is mneme-mcp-server; it installs the mneme-mcp command.

Provides nine tools to any MCP-compatible client (Claude Code, Cursor, Cline, Continue, Goose):

ToolPurpose
mneme_searchFTS5 BM25 retrieval across the vault.
mneme_recallRecall a specific session by id or date.
mneme_writeAppend a structured section into the vault.
mneme_primeInject preflight context at session start.
mneme_summarizeSummarize a topic across multiple sessions.
mneme_timelineTemporal query against the knowledge graph.
mneme_proposeQueue a redacted memory-edit proposal for policy-gated review.
mneme_checkpoint_listList Context Continuity Engine checkpoints.
mneme_working_set_loadLoad salience-ranked items from a checkpoint.

Installation

npm install -g mneme-mcp-server   # installs the `mneme-mcp` command

Or use via the Claude Code plugin (recommended): see packages/mneme-cc-plugin.

Configuration

Add to your MCP client config:

{
  "mcpServers": {
    "mneme": {
      "command": "mneme-mcp",
      "args": []
    }
  }
}

The server uses stdio transport and reads vault location from the standard mneme config search order.

License

Apache-2.0. See LICENSE and NOTICE in the repository root.

Keywords

mcp

FAQs

Package last updated on 27 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts