Install Claude Code first if claude --version reports “command not found”. Node.js 18+ is required.
npm install -g @anthropic-ai/claude-code
claude --versionSet the token for this shell, then add Linxa in user scope. User scope makes it available in every local project; local scope only applies to the directory where it was added.
export LINXA_TOKEN=YOUR_NEW_TOKEN
claude mcp add --scope user --transport http linxa https://app.uselinxa.com/api/mcp/rpc \
--header "Authorization: Bearer $LINXA_TOKEN"
claude mcp listRestart Claude Code in the target project. Type /mcp to confirm that Linxa is loaded.