← eustore.dev

Claude Desktop + eustore.dev

Give Claude persistent European storage via MCP. 2 minutes setup.

Step 1: Install

pip install eustore

Step 2: Get API key

curl -X POST https://api.eustore.dev/v1/auth/register \
  -H "Content-Type: application/json" \
  -d '{"name":"claude-desktop","email":"you@example.com"}'
# Returns api_key + 50 free credits

Step 3: Add to Claude Desktop config

Edit ~/Library/Application Support/Claude/claude_desktop_config.json (Mac) or %APPDATA%/Claude/claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "eustore": {
      "command": "python",
      "args": ["-m", "eustore.mcp"],
      "env": {
        "EUSTORE_API_KEY": "eust_YOUR_KEY_HERE"
      }
    }
  }
}

Step 4: Use it

Restart Claude Desktop. Now you can say:

"Store this conversation summary in my European bucket"
"Save this analysis as a file in EU storage"
"List what's in my storage"

Claude will use eustore.dev to persist data in Germany/Finland. GDPR-compliant by default.

Why use this?

Claude Desktop conversations are ephemeral — they disappear when you close the window. With eustore MCP, Claude can save and retrieve data across sessions, stored in EU data centers under GDPR jurisdiction.

Use cases

Get Started — Free →