Back to MCP Servers

Mneme

Vault-native, accountable memory for Claude Code and any MCP client. Markdown is the source of truth, no LLM on the Stop path, redaction before every derived store.

knowledge-memoryllm

Installation

npx -y mneme

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub