Examples
Add once, enable per client
mcpup add github --command "npx -y @modelcontextprotocol/server-github"
mcpup enable github --client cursor
mcpup enable github --client claude-code
Tool-level control
mcpup disable github --client cursor --tool delete_issue
mcpup enable github --client cursor --tool search_issues
Profile workflow
mcpup profile create coding --servers github,postgres
mcpup profile create writing --servers notion
mcpup profile apply coding
mcpup status
Dry-run review before writing
mcpup --dry-run enable github --client cursor
mcpup --dry-run profile apply coding
Diagnostics and recovery
mcpup doctor
mcpup rollback --client cursor