@semoia/install-mcp
v0.1.4
Published
Semoia MCP installer CLI
Downloads
22
Readme
@semoia/install-mcp
Node-based installer for Semoia MCP.
This CLI downloads the latest setup wizard from Semoia and runs it locally, so users get the same flow as:
curl -fsSL https://beta.trysemoia.com/scripts/install-mcp.sh | bashUsage
Remote setup (default)
npx @semoia/install-mcpTarget a specific client
npx @semoia/install-mcp cursorHelp
npx @semoia/install-mcp --helpOptions
-h, --help: Show help--timeout <ms>: Download timeout (default30000)--dry-run: Print resolved values and exit
This CLI is locked to the official setup endpoint:
https://beta.trysemoia.com/api/setup-script?type=js
Any unknown args are passed through to setup.mjs.
Development
npm install
npm run build
node dist/index.js --helpNotes
- Requires Node.js 18+
- Intended for end-user installation only (official Semoia domain).
- The installer only launches the wizard; client-specific config is handled by the downloaded setup script.
