Zero-knowledge persistent memory layer for Claude — MCP server
Project description
memoraeu-mcp
Zero-knowledge persistent memory layer for Claude — MCP server.
Installation
pip install memoraeu-mcp
Usage
Add to your claude_desktop_config.json:
{
"mcpServers": {
"memoraeu": {
"command": "memoraeu-mcp",
"args": [],
"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"
}
}
}
}
Or with uvx (no install required):
{
"mcpServers": {
"memoraeu": {
"command": "uvx",
"args": ["memoraeu-mcp"],
"env": { ... }
}
}
}
Features
- 🔒 Zero-knowledge — AES-256-GCM encryption, key never leaves your machine
- 🧠 Semantic search — Mistral embeddings + Qdrant vector store
- 🔄 Auto memory — remembers and recalls context automatically
- 🇪🇺 EU hosted — GDPR compliant infrastructure
Getting your keys
Generate MEMORAEU_SECRET and MEMORAEU_SALT from your dashboard at app.memoraeu.isquarecube.fr → Settings.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file memoraeu_mcp-0.1.0.tar.gz.
File metadata
- Download URL: memoraeu_mcp-0.1.0.tar.gz
- Upload date:
- Size: 8.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Hatch/1.16.5 cpython/3.11.15 HTTPX/0.28.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2a3d9fdb73bd6967f05e2dcdbc015d5b06272a18fc26992aa0837a0558a01beb
|
|
| MD5 |
322d83bd8e324ca07082702d8c4d1ddb
|
|
| BLAKE2b-256 |
b2c5c6c71c96cc4c432b14e74a81213c54da7c3036815c4b9c6e02ac7858664b
|
File details
Details for the file memoraeu_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: memoraeu_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: Hatch/1.16.5 cpython/3.11.15 HTTPX/0.28.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ac189b1d8ef33673b51287d484fe0654560cf5f2d4edc752a5476e3bfaf9cc43
|
|
| MD5 |
d382c3f09adc764d77ced6e43ac55083
|
|
| BLAKE2b-256 |
f03d82fe7e4c176fc370dbeb9f7d5c8c402708e358af54ef7122f6b4ea34f432
|