Agent profile manager for Claude Code & Codex. Per-directory profiles select which skills, MCP servers, and plugins load — automatically, before launch. Install: npm install -g cue-ai
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"cue": {
"command": "npx",
"args": [
"-y",
"opencue/cue"
]
}
}
}
Run in terminal:
claude mcp add cue npx -y opencue/cue
Add to .cursor/mcp.json:
{
"mcpServers": {
"cue": {
"command": "npx",
"args": [
"-y",
"opencue/cue"
]
}
}
}