MemoraEU for Cline
io.github.pquattro/memoraeu
Zero-knowledge persistent memory layer for AI agents. Encrypted client-side, hosted in France.
client:Cline
transport:stdio
runtime:pypi
Install MemoraEU 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": {
"memoraeu": {
"command": "uvx",
"args": [
"memoraeu-mcp"
],
"env": {
"MEMORAEU_API_KEY": "<MEMORAEU_API_KEY>",
"MEMORAEU_SECRET": "<MEMORAEU_SECRET>",
"MEMORAEU_SALT": "<MEMORAEU_SALT>",
"MEMORAEU_API_URL": "<MEMORAEU_API_URL>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs