Server data from the Official MCP Registry
Zero-knowledge persistent memory for Claude — encrypted, semantic search, EU hosted.
Zero-knowledge persistent memory for Claude — encrypted, semantic search, EU hosted.
Valid MCP server (2 strong, 1 medium validity signals). 8 known CVEs in dependencies (0 critical, 5 high severity) ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry.
6 files analyzed · 9 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Unverified package source
We couldn't verify that the installable package matches the reviewed source code. Proceed with caution.
Set these up before or after installing:
Environment variable: MEMORAEU_API_URL
Environment variable: MEMORAEU_API_KEY
Environment variable: MEMORAEU_SECRET
Environment variable: MEMORAEU_SALT
Environment variable: MISTRAL_API_KEY
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-pquattro-memoraeu-mcp": {
"env": {
"MEMORAEU_SALT": "your-memoraeu-salt-here",
"MEMORAEU_SECRET": "your-memoraeu-secret-here",
"MISTRAL_API_KEY": "your-mistral-api-key-here",
"MEMORAEU_API_KEY": "your-memoraeu-api-key-here",
"MEMORAEU_API_URL": "your-memoraeu-api-url-here"
},
"args": [
"memoraeu-mcp"
],
"command": "uvx"
}
}
}From the project's GitHub README.
Zero-knowledge persistent memory layer for Claude — MCP server
MemoraEU gives Claude a persistent, encrypted memory. All content is encrypted client-side with AES-256-GCM before reaching the server — the server never sees your plaintext. Semantic search is powered by Mistral embeddings + Qdrant.
pip install memoraeu-mcp
Or with uvx (no install required):
uvx memoraeu-mcp
Add to your claude_desktop_config.json:
{
"mcpServers": {
"memoraeu": {
"command": "uvx",
"args": ["memoraeu-mcp"],
"env": {
"MEMORAEU_API_URL": "https://api.memoraeu.isquarecube.fr",
"MEMORAEU_API_KEY": "meu-sk-...",
"MEMORAEU_SECRET": "your-secret",
"MEMORAEU_SALT": "your-salt",
"MISTRAL_API_KEY": "your-mistral-key"
}
}
}
}
MEMORAEU_SECRET and MEMORAEU_SALTMEMORAEU_API_KEY| Tool | Description |
|---|---|
remember | Memorizes important information automatically |
recall | Semantic search across stored memories |
forget | Deletes a memory by ID |
list_memories | Lists recent memories with optional category filter |
list_categories | Returns existing categories sorted by usage |
The API is open source. Deploy your own instance with Docker:
git clone https://github.com/pquattro/memoraEu
cd memoraEu
docker compose up -d
Couche mémoire persistante zero-knowledge pour Claude — serveur MCP
MemoraEU donne à Claude une mémoire persistante et chiffrée. Tout le contenu est chiffré côté client en AES-256-GCM avant d'atteindre le serveur — le serveur ne voit jamais le texte en clair. La recherche sémantique est assurée par Mistral Embed + Qdrant.
pip install memoraeu-mcp
Ou avec uvx (sans installation) :
uvx memoraeu-mcp
Ajoutez dans votre claude_desktop_config.json :
{
"mcpServers": {
"memoraeu": {
"command": "uvx",
"args": ["memoraeu-mcp"],
"env": {
"MEMORAEU_API_URL": "https://api.memoraeu.isquarecube.fr",
"MEMORAEU_API_KEY": "meu-sk-...",
"MEMORAEU_SECRET": "votre-secret",
"MEMORAEU_SALT": "votre-salt",
"MISTRAL_API_KEY": "votre-clé-mistral"
}
}
}
}
MEMORAEU_SECRET et MEMORAEU_SALTMEMORAEU_API_KEY| Outil | Description |
|---|---|
remember | Mémorise automatiquement les informations importantes |
recall | Recherche sémantique dans les mémoires stockées |
forget | Supprime une mémoire par son ID |
list_memories | Liste les mémoires récentes avec filtre optionnel |
list_categories | Retourne les catégories existantes triées par usage |
L'API est open source. Déployez votre propre instance avec Docker :
git clone https://github.com/pquattro/memoraEu
cd memoraEu
docker compose up -d
MIT © 2026 MemoraEU
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm — conversationally