MemoraEU
About
Zero-knowledge persistent memory for Claude — encrypted, semantic search, EU hosted.
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_URL MEMORAEU_API_KEY MEMORAEU_SECRET MEMORAEU_SALT MISTRAL_API_KEYClaude Code
claude mcp add --env MEMORAEU_API_URL= --env MEMORAEU_API_KEY= --env MEMORAEU_SECRET= --env MEMORAEU_SALT= --env MISTRAL_API_KEY= memoraeu-mcp -- 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-mcp","command":"uvx","args":["memoraeu-mcp"],"env":{"MEMORAEU_API_URL":"","MEMORAEU_API_KEY":"","MEMORAEU_SECRET":"","MEMORAEU_SALT":"","MISTRAL_API_KEY":""}}'
JSON
{
"mcpServers": {
"memoraeu-mcp": {
"command": "uvx",
"args": [
"memoraeu-mcp"
],
"env": {
"MEMORAEU_API_URL": "",
"MEMORAEU_API_KEY": "",
"MEMORAEU_SECRET": "",
"MEMORAEU_SALT": "",
"MISTRAL_API_KEY": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.