mcpbeat Sign in

MemoraEU MCP Server

local only

MemoraEU runs on your own machine — the client starts it, so there is no endpoint to ping. 136 installs a week from pypi. Last commit 14 May 2026.

Zero-knowledge persistent memory for Claude — encrypted, semantic search, EU hosted.

Installs per day peak 66 · avg 23 · -42% w/w
a month agotoday
136
Installs / week
pypi · memoraeu-mcp
1
Stars
0 open issues
14 May 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check MemoraEU every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add memoraeu-mcp -- uvx memoraeu-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "memoraeu-mcp": {
      "args": [
        "memoraeu-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.memoraeu-mcp]
command = "uvx"
args = ["memoraeu-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "memoraeu-mcp": {
      "args": [
        "memoraeu-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "memoraeu-mcp": {
      "args": [
        "memoraeu-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: MEMORAEU_API_URL (MemoraEU API endpoint (default: https://api.memoraeu.isquarecube.fr)), MEMORAEU_API_KEY (Your MemoraEU API key (starts with meu-sk-). Create one at app.memoraeu.isquarecube.fr.), MEMORAEU_SECRET (Your encryption secret (never sent to the server). Found in Settings on app.memoraeu.isquarecube.fr.), MEMORAEU_SALT (Your encryption salt. Found in Settings on app.memoraeu.isquarecube.fr.), MISTRAL_API_KEY (Mistral API key for semantic embeddings. Get one at console.mistral.ai.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MemoraEU

same job, measured the same way
MemoraEU
by pquattro

Zero-knowledge persistent memory layer for AI agents. Encrypted client-side, hosted in France.

local only
Legacy Shield
by stephenballot-ai

Zero-knowledge encrypted vault for AI agents. EU-hosted persistent storage.

24 installs/wk local only
Nexsus
by dbnexsus

Private persistent memory for Claude, ChatGPT & Gemini via MCP - semantic search, zero-code setup.

answering
Memory
by humaux

Persistent long-term memory for AI agents: semantic search, knowledge graph, and task canvas.

answering
Graph-Mem
by sathvik-1007

Persistent knowledge-graph memory for AI agents, with local semantic search. No API keys.

62 installs/wk local only
Ainative Memory MCP
by ainative-studio

Cloud-persistent, semantic-search memory MCP — drop-in for server-memory, backed by ZeroDB.

61 installs/wk local only
I
Bitatlas
by bitatlas-group

Zero-knowledge encrypted storage for humans and AI agents. Client-side AES-256-GCM, EU-hosted.

28 installs/wk local only
Longmem
by marerem

Persistent cross-project memory for Cursor and Claude Code using local semantic search.

49 installs/wk local only

MemoraEU — questions

Answers built from our own checks of this server.

Why is there no uptime for MemoraEU?
MemoraEU runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package memoraeu-mcp was installed 136 times last week.
How do I connect MemoraEU?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls memoraeu-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use MemoraEU?
The pypi package memoraeu-mcp was installed 136 times in the last week. Week over week that is -42%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MemoraEU open source?
Yes — it is published under the MIT licence, written in Python and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.