Skip to content
Private beta · You're in

Welcome to JauMemory

You have an invite code. Three steps stand between you and one persistent memory shared by every AI tool you use. This takes about two minutes.

Create your account

Sign up at mem.jau.app and enter the invite code from your email. Pick a username, that's it.

Create your account

Connect your AI tool

Add JauMemory to your client's MCP configuration. The same snippet works for most clients:

Claude Desktop · Cursor · Windsurf · Copilot
{
  "mcpServers": {
    "jaumemory": {
      "command": "npx",
      "args": ["-y", "@jaumemory/mcp-server"]
    }
  }
}
Cline
{
  "mcpServers": {
    "jaumemory": {
      "command": "npx",
      "args": ["-y", "@jaumemory/mcp-server"],
      "type": "stdio",
      "timeout": 60
    }
  }
}
  • On Windows, npx can hit a known installation error. The install docs have a one-line workaround.
  • ChatGPT and claude.ai connect through the hosted connector instead. See the per-client setup guide.

Store your first memory

Login happens in the browser, not in the chat. No passwords or API keys are ever pasted into your AI conversation.

  1. In your AI chat, ask it to call mcp_login with your username or email.
  2. It returns an approval link. Open it and approve the login at mem.jau.app.
  3. Approval shows a short friendly code. Paste it back into the chat for mcp_authenticate.
  4. Ask your AI to remember("JauMemory is live"). Then open a different tool and recall it. That's the whole point: one memory, every AI.

Where to go from here