Get Retayn running in under 5 minutes.
One command creates your account, sets up encryption, and configures your tools.
$ npx @retayn/cli init ๐ง Retayn Setup Step 1: Sign in Opening browser... โ Authenticated โ API key: eng_a1b2c3d4... Step 2: Set your passphrase Use generated passphrase? (crystal-forge-echo-nova-drift) [Y/n] โ Passphrase configured โ Encryption salt created
The installer detects your AI tools and configures them automatically.
Step 3: Connect your AI tools Scanning for installed tools... โ Claude Code โ configured โ Cursor โ configured โ VS Code โ configured Not detected: Codex CLI, Windsurf
Supported tools: Claude Code, VS Code, Cursor, Windsurf, Codex CLI, OpenClaw.
Manual setup? Add the MCP config to your tool's settings. See manual config below.
Bring in existing conversations so your AI has context from day one.
$ npx @retayn/cli import Scanning for conversation history... โ OpenClaw โ 837 sessions โ Claude Code โ 142 conversations Encrypting & uploading... โ 10,000 messages imported (encrypted)
Free tier: 10,000 messages max. Upgrade to Pro or Ultra and re-run โ dedup is automatic.
Open any connected AI tool and ask about something from a past session.
You (in Cursor): "What did we decide about the auth token rotation?" Cursor: "On Feb 18, you decided on 15-minute rotation with a 5-minute grace period. The implementation uses Redis for token tracking..." Retrieved from a Claude Code session 6 days ago ยท encrypted
If the auto-installer didn't detect your tool, add this config manually.
~/.claude/settings.json
{
"mcpServers": {
"retayn": {
"command": "npx",
"args": ["@retayn/mcp-proxy"],
"env": {
"RETAYN_API_KEY": "your-api-key",
"RETAYN_PASSPHRASE": "your-passphrase"
}
}
}
}
codex mcp add retayn \ --url "https://api.retayn.ai/mcp" \ --bearer-token-env-var RETAYN_API_KEY
Add to your editor's settings.json:
{
"mcp.servers": {
"retayn": {
"command": "npx",
"args": ["@retayn/mcp-proxy"],
"env": {
"RETAYN_API_KEY": "your-api-key",
"RETAYN_PASSPHRASE": "your-passphrase"
}
}
}
}
| Free | Pro $19/mo | Ultra $49/mo | |
|---|---|---|---|
| Messages | 10,000 | 100,000 | 1,000,000 |
| Retention | 30 days | Forever | Forever |
| Actions/day | 1,000 | 10,000 | Unlimited |
| Retayn Insights | โ | โ | โ |
| Priority support | โ | โ | โ |