MemoraEU✓
io.github.pquattro/memoraeu · v0.1.6
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.pquattro/memoraeu",
"description": "Zero-knowledge persistent memory layer for AI agents. Encrypted client-side, hosted in France.",
"title": "MemoraEU",
"repository": {
"url": "https://github.com/pquattro/memoraEu",
"source": "github",
"id": "1214119395"
},
"version": "0.1.6",
"websiteUrl": "https://memoraeu.com",
"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"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}