MemoraEU for Cursor
io.github.pquattro/memoraeu
Zero-knowledge persistent memory layer for AI agents. Encrypted client-side, hosted in France.
client:Cursor
transport:stdio
runtime:pypi
Install MemoraEU in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"memoraeu": {
"type": "stdio",
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs