05 · Setup

Install & connect.

Stand up the brain for the team, then connect the tools. Two transports: one-click connectors live everywhere, local connectors run in Claude Code and Desktop. Secrets live in the host or keychain, never in Git.

First · the brain

Install crue-os for the org.

crue-os marketplace

Org settings
  1. Organization settings → Plugins. Connect the GitHub repo crue-os/crue-os via the Claude GitHub App.
  2. Set the seven packs to Installed by default, so they appear for everyone.
  3. Turn on Sync automatically. A merged change re-syncs to the whole org, around 30 minutes.
  4. Per machine, on Claude Code: /plugin marketplace add crue-os/crue-os then /plugin install crue-web@crue-os.
House Project. Add the confidential layer (10-house/) to the crue · House Project from the GitHub connector. One way, read-only. Push to the repo, then Sync.
One-click connectors

Add, then authorize. Live everywhere.

Settings → Connectors → add, then sign in. These work in claude.ai web, Desktop and Code.

Directory connectors

Web · Desktop · Code

Figma · Canva · Sanity · Supabase · Vercel · GitHub · ClickUp · Microsoft 365 · Higgsfield. Settings → Connectors → find each → Connect → authorize the account. Enable per Project where relevant.

Mobbin

Web · Desktop · Code · Pro

Add custom connector with URL https://api.mobbin.com/mcp, then Connect and sign in with your Mobbin Pro account. Per-seat login.

Ideogram

Web · Desktop · Code · Pro

Add custom connector with URL https://mcp.ideogram.ai/mcp, then Connect and sign in with your Ideogram account.

Bexio

Web org · House-only

Add custom connector with URL https://bexio-mcp.crue.ch/mcp, Connect, then sign in with your crue Microsoft 365 account (Entra SSO). Enabled only in the crue · House Project.

Local connectors

Run where you build.

Local stdio servers. Claude Code and Desktop only, by design. Per-user.

Magic · 21st.dev

Code · Desktop

Component generation for the build. Get an API key from the 21st.dev Magic console, then:

npx @21st-dev/cli@latest install claude --api-key YOUR_KEY

Restart Claude, then use /ui in a build session. The key lives in local config, never in Git.

Google Analytics · GA4

Code · Desktop

Real traffic and funnels, read-only. In Google Cloud: enable the Analytics Admin and Data APIs, create a Desktop OAuth client, then authorize and register:

gcloud auth application-default login \
  --scopes=https://www.googleapis.com/auth/analytics.readonly,\
https://www.googleapis.com/auth/cloud-platform \
  --client-id-file=YOUR_CLIENT.json

claude mcp add analytics-mcp --scope user \
  -e GOOGLE_APPLICATION_CREDENTIALS=PATH \
  -e GOOGLE_PROJECT_ID=PROJECT_ID \
  -- pipx run analytics-mcp

Each teammate sets up their own Google login. It sees the GA properties that account can access.

The rule for all of them. Read freely. Create on confirmation. Never send, publish or deploy without a human go. Connectors are optional. A skill falls back silently when a tool is not connected.