mneme is an open-source, vault-native memory layer for Claude Code and any MCP client. Your Markdown files are the source of truth. The index, embeddings, and knowledge graph are all derived and rebuildable. No LLM or network on the capture path. Redaction runs before every derived store. MIT licensed.
Server Config
{
"mcpServers": {
"mneme": {
"command": "npx",
"args": [
"-y",
"mneme-mcp-server"
]
}
}
}