MemoraEU
Rank #56,125io.github.pquattro/memoraeu
Zero-knowledge persistent memory layer for AI agents. Encrypted client-side, hosted in France.
MemoraEU is a Model Context Protocol (MCP) server published by pquattro. It ranks #56,125 of 115,591 servers tracked on MCP Toplist. MemoraEU is listed on Official MCP, with 1 tracked version. It was first listed on May 2, 2026 and most recently updated on May 2, 2026.
Ranks ahead of 59,466 of 115,591 servers on MCP Toplist.
Use MemoraEU
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add memoraeu -e "MEMORAEU_API_KEY=<your MEMORAEU_API_KEY>" -e "MEMORAEU_SECRET=<your MEMORAEU_SECRET>" -e "MEMORAEU_SALT=<your MEMORAEU_SALT>" -e "MEMORAEU_API_URL=<your MEMORAEU_API_URL>" -- uvx memoraeu-mcpReplace each placeholder with your own value before saving.
[mcp_servers.memoraeu]
command = "uvx"
args = ["memoraeu-mcp"]
[mcp_servers.memoraeu.env]
MEMORAEU_API_KEY = "<your MEMORAEU_API_KEY>"
MEMORAEU_SECRET = "<your MEMORAEU_SECRET>"
MEMORAEU_SALT = "<your MEMORAEU_SALT>"
MEMORAEU_API_URL = "<your MEMORAEU_API_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"memoraeu": {
"command": "uvx",
"args": [
"memoraeu-mcp"
],
"env": {
"MEMORAEU_API_KEY": "<your MEMORAEU_API_KEY>",
"MEMORAEU_SECRET": "<your MEMORAEU_SECRET>",
"MEMORAEU_SALT": "<your MEMORAEU_SALT>",
"MEMORAEU_API_URL": "<your MEMORAEU_API_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"memoraeu": {
"command": "uvx",
"args": [
"memoraeu-mcp"
],
"env": {
"MEMORAEU_API_KEY": "<your MEMORAEU_API_KEY>",
"MEMORAEU_SECRET": "<your MEMORAEU_SECRET>",
"MEMORAEU_SALT": "<your MEMORAEU_SALT>",
"MEMORAEU_API_URL": "<your MEMORAEU_API_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"memoraeu": {
"type": "stdio",
"command": "uvx",
"args": [
"memoraeu-mcp"
],
"env": {
"MEMORAEU_API_KEY": "<your MEMORAEU_API_KEY>",
"MEMORAEU_SECRET": "<your MEMORAEU_SECRET>",
"MEMORAEU_SALT": "<your MEMORAEU_SALT>",
"MEMORAEU_API_URL": "<your MEMORAEU_API_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"memoraeu": {
"command": "uvx",
"args": [
"memoraeu-mcp"
],
"env": {
"MEMORAEU_API_KEY": "<your MEMORAEU_API_KEY>",
"MEMORAEU_SECRET": "<your MEMORAEU_SECRET>",
"MEMORAEU_SALT": "<your MEMORAEU_SALT>",
"MEMORAEU_API_URL": "<your MEMORAEU_API_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"memoraeu": {
"command": "uvx",
"args": [
"memoraeu-mcp"
],
"env": {
"MEMORAEU_API_KEY": "<your MEMORAEU_API_KEY>",
"MEMORAEU_SECRET": "<your MEMORAEU_SECRET>",
"MEMORAEU_SALT": "<your MEMORAEU_SALT>",
"MEMORAEU_API_URL": "<your MEMORAEU_API_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.pquattro%2Fmemoraeu)<a href="https://mcptoplist.com/server/io.github.pquattro%2Fmemoraeu"><img src="https://mcptoplist.com/badge/io.github.pquattro%2Fmemoraeu.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
pquattro
Other servers by pquattro
View all pquattro servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.6 | May 2, 2026 |
Frequently asked questions
- Who maintains MemoraEU?
- MemoraEU is maintained by pquattro, which publishes 3 MCP servers (2 total versions) tracked on MCP Toplist.
- Is MemoraEU listed on the Official MCP Registry?
- Yes — MemoraEU is listed on the Official MCP Registry.
- How many versions does MemoraEU have?
- MCP Toplist tracks 1 version of MemoraEU, most recently published on May 2, 2026.
- Where can I find the source code for MemoraEU?
- The source code for MemoraEU is hosted at github.com/pquattro/memoraEu.