Agent Profile Manager for Claude Code & Codex
Pick a profile. Launch with the right skills, MCPs, and plugins. Nothing else.
npm install -g cue-ai
or: gh repo clone opencue/claude-code-skills && ~/Documents/cue/install.sh
Skills, MCPs, and plugins scoped to the active profile. Marketing doesn't see backend's tools.
Pin a profile to a directory with .cue-profile. Every launch from inside boots with that loadout.
Search 100K+ MCP servers via Smithery. Install skills from GitHub with one command.
Visual overview of all profiles with brand icons, usage stats, CLI dependencies, and token budgets.
cue init scans your project and suggests the right profile. Auto-detect Next.js, Docker, Medusa, etc.
Detect drift, find unused skills, check CLI dependencies, lint skill quality. Keep profiles lean.
# Set up cue in your project $ cd ~/projects/my-app $ cue init Detected: TypeScript, Next.js, Prisma, Tailwind Suggested: frontend (92% match) โ Pinned "frontend" to this directory. # Now just type claude โ cue handles the rest $ claude cue: resolved profile "frontend" (10 skills, 0 MCPs) launching claude with CLAUDE_CONFIG_DIR=~/.config/cue/runtime/frontend/claude # Search and install MCPs from Smithery $ cue marketplace search-mcps "github" github 4,008 uses Connect your AI agents to GitHub vercel/grep 1,474 uses Search millions of public repos $ cue marketplace install-mcp github โ Added "github" to profile "frontend"