Command Palette

Search for a command to run...

Home / Servers

cuecards

Updated today

by opencue

cuecards

Your agent reads every skill you own, on every message. cue loads only the ones that project needs.

cuecards — agent profile manager for Claude Code and Codex

Star cuecards on GitHub

npm version   npm downloads   MIT license   Node 20+   zero telemetry

Install · How it works · Profiles · Multi-agent · FAQ · Contributing


Install

Already have an agent open? Paste this into Claude Code, Codex, Cursor, or whatever you use — it installs cue and sets up this project, asking before it touches anything:

Install cue (https://github.com/opencue/cuecards) on this machine and set it up
for this project.

1. Check Node >= 20 with `node --version`. If it's missing or older, stop and tell me.
2. Check whether cue is already installed: `command -v cue`. If it resolves, skip to 4.
3. Ask me before installing anything, then run: `npm install -g cue-ai`
4. Run `cue auto-detect --json`. Show me the profile suggestions it returns and what
   each one is for, and let me pick one — don't choose for me.
5. Run `cue setup --profile <the one I picked> --yes`. That pins the profile,
   installs the shim that makes `claude`/`codex` load it, and — if needed —
   appends a PATH line to my shell rc file (~/.bashrc, ~/.zshrc, or fish config)
   so the shim takes effect. It will not enable telemetry and will not install
   third-party skills. If it exits non-zero, stop and show me the output
   instead of continuing to step 6.
6. If it prints PATH guidance, show it verbatim — the shims do nothing until that
   line is added.
7. Report which profile got pinned and whether the shim is active. Mention that
   `install.sh --uninstall` undoes it.

Do not install anything without asking me first.

Rather type it yourself?

npm install -g cue-ai && cue setup

cue setup installs the claude/codex shim, scans this project, shows what the matching profile costs against loading everything, and pins it. Requires Node ≥ 20 and an existing Claude Code or Codex install — cue is a thin shim that hands off to your real agent, not a replacement for it.

package cue-ai · command cue · repo opencue/cuecards

Three things happen when you type claude afterwards:

  1. The shim resolves this directory's .cue.profile.
  2. cue materializes only that profile's skills, MCPs, and persona into a runtime.
  3. The real Claude Code binary starts against it.

Pin a different project to a different profile:

Related servers

n8n

Updated today

by n8n-io

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

204,501

mcp-server-fetch

OfficialUpdated 14d ago

by modelcontextprotocol

A Model Context Protocol server providing tools to fetch and convert web content for usage by LLMs

90,371

@modelcontextprotocol/server-everything

OfficialUpdated 14d ago

by modelcontextprotocol

MCP server that exercises all the features of the MCP protocol

90,371

mcp-server-git

OfficialUpdated 14d ago

by modelcontextprotocol

A Model Context Protocol server providing tools to read, search, and manipulate Git repositories programmatically via LLMs

90,371