Skip to content
Start your 14-day trial →

Quick Start Guide

Get your first memory stored and recalled in under 5 minutes.

Before starting, you’ll need:

  • A Nexus-Catalyst account — start a 14-day trial, or use your invitation if you have one
  • One of these AI clients: Cursor, Claude Code, or Claude Desktop
  • Basic familiarity with using AI chat interfaces

Time: ~5 minutes

  1. Add the Nexus-Catalyst MCP server in Cursor → Agent Settings → Customize → MCPs → New MCP Server
  2. Sign in with your NC account when the browser opens (OAuth — no API key to copy)
  3. Full steps in the Cursor Setup Guide

Once connected, test storage:

In any connected AI client, ask:

Can you store a memory that I prefer using TypeScript over JavaScript for all new projects?

The AI will:

  1. Call store_context
  2. Save this preference to your memory store
  3. Confirm the memory was stored

In a new conversation or different AI client, ask:

What are my programming language preferences?

The AI will:

  1. Call recall_context before responding
  2. Find your TypeScript preference memory
  3. Reference it in the response

Expected response:

“Based on your memory, you prefer using TypeScript over JavaScript for all new projects.”

Try asking:

I need help with backend architecture for a new API. Can Jack help me?

If recall_context returns a persona_hint, the AI loads Jack’s definition via get_persona_definition. Meet all eighteen built-in personas in the Personas guide.

  • Connected to Nexus-Catalyst (no errors when storing memory)
  • First memory stored successfully
  • Memory recalled in a new conversation
  • (Optional) Persona hint triggered for a named persona

“Memory not storing” or “Recall returning no results”

Section titled ““Memory not storing” or “Recall returning no results””

Possible causes:

  1. MCP connection not established
  2. Subscription lapsed (writes pause until payment resumes — check the billing page)
  3. Network or auth issues

Solutions:

  • Check MCP connection status in your client
  • Verify you’re signed in to your NC account (re-authenticate from your client if the connection shows as expired)
  • See Common Issues
  • Use a persona name explicitly: “Can Jack help me with…”
  • Personas load when recall_context returns a persona_hint — see MCP Tools

Congratulations! You’ve set up Nexus-Catalyst and tested persistent AI memory.