mnemo for Claude Desktop
io.github.dancenitra/mnemo
Self-correcting agent memory + MCP server: recall, supersede/revert/review corrections, erasure.
client:Claude Desktop
transport:stdio
runtime:pypi
Install mnemo in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mnemo": {
"command": "uvx",
"args": [
"agora-mnemo"
],
"env": {
"MNEMO_PATH": "<MNEMO_PATH>",
"MNEMO_ECHO_GUARD": "<MNEMO_ECHO_GUARD>",
"MNEMO_EMBED_URL": "<MNEMO_EMBED_URL>",
"MNEMO_EMBED_MODEL": "<MNEMO_EMBED_MODEL>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs