MemoraEU
Rank #54,596io.github.pquattro/memoraeu-mcp
Zero-knowledge persistent memory for Claude — encrypted, semantic search, EU hosted.
MemoraEU is a Model Context Protocol (MCP) server published by pquattro. It ranks #54,596 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. MemoraEU is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Apr 19, 2026 and most recently updated on Apr 19, 2026.
Ranks ahead of 60,995 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-mcp -e "MEMORAEU_API_URL=<your MEMORAEU_API_URL>" -e "MEMORAEU_API_KEY=<your MEMORAEU_API_KEY>" -e "MEMORAEU_SECRET=<your MEMORAEU_SECRET>" -e "MEMORAEU_SALT=<your MEMORAEU_SALT>" -e "MISTRAL_API_KEY=<your MISTRAL_API_KEY>" -- uvx memoraeu-mcpReplace each placeholder with your own value before saving.
[mcp_servers.memoraeu-mcp]
command = "uvx"
args = ["memoraeu-mcp"]
[mcp_servers.memoraeu-mcp.env]
MEMORAEU_API_URL = "<your MEMORAEU_API_URL>"
MEMORAEU_API_KEY = "<your MEMORAEU_API_KEY>"
MEMORAEU_SECRET = "<your MEMORAEU_SECRET>"
MEMORAEU_SALT = "<your MEMORAEU_SALT>"
MISTRAL_API_KEY = "<your MISTRAL_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"memoraeu-mcp": {
"command": "uvx",
"args": [
"memoraeu-mcp"
],
"env": {
"MEMORAEU_API_URL": "<your MEMORAEU_API_URL>",
"MEMORAEU_API_KEY": "<your MEMORAEU_API_KEY>",
"MEMORAEU_SECRET": "<your MEMORAEU_SECRET>",
"MEMORAEU_SALT": "<your MEMORAEU_SALT>",
"MISTRAL_API_KEY": "<your MISTRAL_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"memoraeu-mcp": {
"command": "uvx",
"args": [
"memoraeu-mcp"
],
"env": {
"MEMORAEU_API_URL": "<your MEMORAEU_API_URL>",
"MEMORAEU_API_KEY": "<your MEMORAEU_API_KEY>",
"MEMORAEU_SECRET": "<your MEMORAEU_SECRET>",
"MEMORAEU_SALT": "<your MEMORAEU_SALT>",
"MISTRAL_API_KEY": "<your MISTRAL_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"memoraeu-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"memoraeu-mcp"
],
"env": {
"MEMORAEU_API_URL": "<your MEMORAEU_API_URL>",
"MEMORAEU_API_KEY": "<your MEMORAEU_API_KEY>",
"MEMORAEU_SECRET": "<your MEMORAEU_SECRET>",
"MEMORAEU_SALT": "<your MEMORAEU_SALT>",
"MISTRAL_API_KEY": "<your MISTRAL_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"memoraeu-mcp": {
"command": "uvx",
"args": [
"memoraeu-mcp"
],
"env": {
"MEMORAEU_API_URL": "<your MEMORAEU_API_URL>",
"MEMORAEU_API_KEY": "<your MEMORAEU_API_KEY>",
"MEMORAEU_SECRET": "<your MEMORAEU_SECRET>",
"MEMORAEU_SALT": "<your MEMORAEU_SALT>",
"MISTRAL_API_KEY": "<your MISTRAL_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"memoraeu-mcp": {
"command": "uvx",
"args": [
"memoraeu-mcp"
],
"env": {
"MEMORAEU_API_URL": "<your MEMORAEU_API_URL>",
"MEMORAEU_API_KEY": "<your MEMORAEU_API_KEY>",
"MEMORAEU_SECRET": "<your MEMORAEU_SECRET>",
"MEMORAEU_SALT": "<your MEMORAEU_SALT>",
"MISTRAL_API_KEY": "<your MISTRAL_API_KEY>"
}
}
}
}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-mcp)<a href="https://mcptoplist.com/server/io.github.pquattro%2Fmemoraeu-mcp"><img src="https://mcptoplist.com/badge/io.github.pquattro%2Fmemoraeu-mcp.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 (2 delisted)
pquattro
Other servers by pquattro
View all pquattro servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.2 | Apr 19, 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, alongside PulseMCP and Glama.
- How many versions does MemoraEU have?
- MCP Toplist tracks 1 version of MemoraEU, most recently published on Apr 19, 2026.
- Where can I find the source code for MemoraEU?
- The source code for MemoraEU is hosted at github.com/pquattro/memoraeu-memoraeu-mcp.git.