MCP Server
MCP
MemoraEU
Zero-knowledge persistent memory layer for AI agents. Encrypted client-side, hosted in France.
Install
uvx memoraeu-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "memoraeu-mcp",
"version": "0.1.6",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Bearer token (meu-sk-…) from app.memoraeu.com",
"isRequired": true,
"isSecret": true,
"name": "MEMORAEU_API_KEY"
},
{
"description": "User password — used locally to derive AES-256 key via PBKDF2. Never sent to the server.",
"isRequired": true,
"isSecret": true,
"name": "MEMORAEU_SECRET"
},
{
"description": "KDF salt unique per account, provided at registration.",
"isRequired": true,
"isSecret": true,
"name": "MEMORAEU_SALT"
},
{
"description": "API base URL",
"default": "https://api.memoraeu.com",
"name": "MEMORAEU_API_URL"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment