mnemo for Cline
io.github.dancenitra/mnemo
Self-correcting agent memory + MCP server: recall, supersede/revert/review corrections, erasure.
client:Cline
transport:stdio
runtime:pypi
Install mnemo in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs