Loading MCP server directory, please wait...
Zero-knowledge persistent memory layer for AI agents. Encrypted client-side, hosted in France.
npx @getmcp/cli add io.github.pquattro/memoraeuRequires Python 3.10+. Community-contributed server. Review source before installing.
MEMORAEU_API_KEYBearer token (meu-sk-…) from app.memoraeu.com
MEMORAEU_SECRETUser password — used locally to derive AES-256 key via PBKDF2. Never sent to the server.
MEMORAEU_SALTKDF salt unique per account, provided at registration.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.pquattro/memoraeu": {
"command": "uvx",
"args": [
"memoraeu-mcp"
],
"env": {
"MEMORAEU_API_KEY": "",
"MEMORAEU_SECRET": "",
"MEMORAEU_SALT": "",
"MEMORAEU_API_URL": "https://api.memoraeu.com"
}
}
}
}