Secure remote memory storage for Claude Desktop & Code
curl -fsSL https://install.ai-solutions.ru/mcp-memory-remote/oneline-installer-interactive.sh | bash
iwr -useb https://install.ai-solutions.ru/memory-remote.ps1 | iex
End-to-end encrypted remote memory storage
Automatic synchronization across all devices
Optimized for quick memory retrieval
One-line installation with auto-configuration
If you prefer to install manually:
npm install -g @ai-solutions.ru/mcp-memory-remote
Then add to your MCP configuration:
{
"mcpServers": {
"memory-remote": {
"command": "npx",
"args": ["-y", "@ai-solutions.ru/mcp-memory-remote"]
}
}
}