Skip to content
Start your 14-day trial →

Claude Desktop & claude.ai

Connect Nexus-Catalyst to Claude as a custom connector. There is nothing to install and no API key to paste — the connector uses OAuth.

  • A Claude plan that supports custom connectors
  • A Nexus-Catalyst account with an active subscription or trial — start a 14-day trial, or use your invitation if you have one

Go to Customize → Connectors. It is the same screen in Claude Desktop and on claude.ai.

Choose Add, then give it:

  • Name: Nexus Catalyst
  • URL: https://mcp.nexus-catalyst.com

Claude Desktop — Instructions for Claude

Claude opens a browser window. Sign in with your Nexus-Catalyst account and approve access.

Nexus-Catalyst supports dynamic client registration, so Claude registers itself — there is no client ID or client secret to enter anywhere.

This is the step people skip, and it is the reason memory appears not to work.

Connecting exposes the tools; it does not make Claude reach for them. Paste the Agent instruction set into Settings → General → Instructions for Claude (or into a Project’s instructions, if you want it scoped to one Project).

Without it, Claude will answer from the current conversation and never call recall_context.

Open Customize → Connectors → Nexus Catalyst. You should see 8 tools, grouped by what they are allowed to do:

Group Count Tools
Read-only 5 recall_context, search_memories, get_memory_detail, get_persona_definition, integration_query
Write / delete 3 store_context, update_user_facts, integration_mutate

Claude reads our tool annotations to build that split, so read-only calls can run without prompting you while writes ask first. You can tighten any individual tool to always ask from the same screen.

Then start a conversation and ask something that depends on prior context — “what did we decide about the rate limiter?” If Claude calls recall_context, you are connected.

Almost always Step 4. Confirm the Agent instruction set is actually in Instructions for Claude and not just in a single conversation.

Your OAuth session expired. Open Customize → Connectors, and reconnect Nexus Catalyst.

Confirm the server is reachable — this returns OAuth metadata rather than an error:

Terminal window
curl https://mcp.nexus-catalyst.com/.well-known/oauth-protected-resource

Need help? Common Issues · support@nexus-catalyst.com