MCP directory

SaveState MCP — encrypted portable memory for agents

The product is SaveState. The server is an MCP memory provider. The chat can die. The archive still answers — if the memory is yours.

Pro is live. $9/month.

Wire the MCP server. Search last Tuesday. Restore on the next box. Card today. No waitlist.

Subscribe to Pro Team is $29/month

After you pay, your API key is emailed. Then savestate login. Card today — no waitlist.

Listing

For agents — pay and claim (not email)

The welcome email is extra. Agents cannot read that inbox. Create a Checkout session, pay, then claim the key once.

POST https://savestate.dev/v1/keys
{}

HTTP 402 with pay_url + claim_url. Complete pay_url (Pro $9/mo). Poll GET {claim_url} until 200 { "api_key": "ss_live_..." } — once. 401 = bad key. 402 = unpaid. Local CLI stays free; do not mint a Free cloud key.

Human secondary: live Pro Payment Link.

Tools the server exposes

Resources: savestate://snapshots and savestate://memories. Passphrases stay in the local process. Setup detail lives in the MCP guide.

Wire it once

Claude Code — ~/.claude/settings.json:

{
  "mcpServers": {
    "savestate": {
      "command": "npx",
      "args": ["-y", "@savestate/cli", "mcp"]
    }
  }
}

Cursor — ~/.cursor/mcp.json or project .cursor/mcp.json. Same JSON. Codex: codex mcp add savestate -- npx -y @savestate/cli mcp.

Pro is the path a stranger can take

The CLI is open source. The product you can buy today is SaveState Pro — $9/month:

Need shared snapshots and an audit log? Team is $29/month.

Also: Agent memory · Cursor · Claude Code · Clawdbot · MCP docs

Keep the memory. Lose the chat.

Subscribe to Pro. The agent that knew you this morning still knows you after the session dies.

Subscribe to Pro — $9/mo Team is $29/month

After you pay, your API key is emailed. Then savestate login. Card today — no waitlist.

Prefer the CLI first? Install from npm