← Back to Plugins
MCP Server MCP

MemoraEU

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx memoraeu-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "memoraeu-mcp",
      "version": "0.1.6",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Bearer token (meu-sk-…) from app.memoraeu.com",
          "isRequired": true,
          "isSecret": true,
          "name": "MEMORAEU_API_KEY"
        },
        {
          "description": "User password — used locally to derive AES-256 key via PBKDF2. Never sent to the server.",
          "isRequired": true,
          "isSecret": true,
          "name": "MEMORAEU_SECRET"
        },
        {
          "description": "KDF salt unique per account, provided at registration.",
          "isRequired": true,
          "isSecret": true,
          "name": "MEMORAEU_SALT"
        },
        {
          "description": "API base URL",
          "default": "https://api.memoraeu.com",
          "name": "MEMORAEU_API_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...