Quick Start

Get Retayn running in under 5 minutes.

1

Install & sign in

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
โš  Your passphrase encrypts all your data. Lost passphrase = lost data. No recovery. Store it in a password manager.
2

Connect your tools

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.

3

Import your history (optional)

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.

4

Verify it works

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

Manual tool configuration

If the auto-installer didn't detect your tool, add this config manually.

Claude Code

~/.claude/settings.json

{
  "mcpServers": {
    "retayn": {
      "command": "npx",
      "args": ["@retayn/mcp-proxy"],
      "env": {
        "RETAYN_API_KEY": "your-api-key",
        "RETAYN_PASSPHRASE": "your-passphrase"
      }
    }
  }
}

Codex CLI

codex mcp add retayn \
  --url "https://api.retayn.ai/mcp" \
  --bearer-token-env-var RETAYN_API_KEY

VS Code / Cursor / Windsurf

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"
      }
    }
  }
}

Plans

Free Pro $19/mo Ultra $49/mo
Messages10,000100,0001,000,000
Retention30 daysForeverForever
Actions/day1,00010,000Unlimited
Retayn Insightsโ€”โœ“โœ“
Priority supportโ€”โ€”โœ“