0.1.2 • Published 7 months ago

@mcpi/install v0.1.2

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months ago

@mcpi/install MCP Server Installer

One-command bootstrap for any Model–Context Protocol server. Works with Cursor, Windsurf, Claude Desktop, FastMCP clients – whatever speaks MCP.

# no global install needed
npx @mcpi/install https://gateway.mycorp.dev --client cursor

CLI flags

Positional / flagDefaultDescription
<server-url>Base URL of the MCP gateway.
--clientcurrent hostnameLabel the install (e.g. cursor, windsurf).
--config~/.mcp/mcp.jsonOverride where the config is written.
--silentfalseDon't open the docs page at the end.
--forcefalseForce fetch new config even if it exists.

Local development & publishing

npm install          # installs deps
node bin/mcp-setup.mjs http://localhost:3000 --client dev  # requires a running MCP server
npm run lint         # currently a placeholder
npm test             # currently a placeholder
npm pack             # produces mcpi-install-x.y.z.tgz for a dry-run
npm version patch    # or minor / major
npm publish --access public

0.1.2

7 months ago

0.1.1

7 months ago

0.1.0

7 months ago