endor-setup
Installation
SKILL.md
Endor Labs Setup Wizard
Guide the user from zero to scanning in 5 minutes. The MCP server runs via npx using the published endorctl npm package - no binary installation required.
Step 1: Check Prerequisites
1.1 Check if Node.js is installed
Node.js v18+ is required to run the MCP server via npx.
node --version
If not installed, provide installation instructions:
# macOS (Homebrew)
brew install node
Related skills