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
By TheGoatPsy
Installation
npx -y mnemeConfiguration
{
"mcpServers": {
"mneme": {
"command": "npx",
"args": ["-y", "mneme"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes