MemoraEU
About
Zero-knowledge persistent memory layer for AI agents. Encrypted client-side, hosted in France.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
MEMORAEU_API_KEY MEMORAEU_SECRET MEMORAEU_SALT MEMORAEU_API_URLClaude Code
claude mcp add --env MEMORAEU_API_KEY= --env MEMORAEU_SECRET= --env MEMORAEU_SALT= --env MEMORAEU_API_URL= memoraeu -- uvx memoraeu-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"memoraeu","command":"uvx","args":["memoraeu-mcp"],"env":{"MEMORAEU_API_KEY":"","MEMORAEU_SECRET":"","MEMORAEU_SALT":"","MEMORAEU_API_URL":""}}'
JSON
{
"mcpServers": {
"memoraeu": {
"command": "uvx",
"args": [
"memoraeu-mcp"
],
"env": {
"MEMORAEU_API_KEY": "",
"MEMORAEU_SECRET": "",
"MEMORAEU_SALT": "",
"MEMORAEU_API_URL": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.