JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 35
  • Score
    100M100P100Q87036F
  • License MIT

Reconstruct CLI — auth, MCP install (Cursor, Claude Code, Copilot, Codex), and bundled assistant plugins

Package Exports

  • reconstruct-cli
  • reconstruct-cli/dist/cli/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (reconstruct-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Reconstruct CLI

Reconstruct CLI — install MCP-enabled assistant plugins.

Installation

npm install -g reconstruct-cli

Use one command for MCP and supported IDE integrations (browser sign-in and org selection happen during install):

reconstruct install
# or, e.g.:
reconstruct install --assistant cursor,claude,copilot,codex
reconstruct install --assistant codex   # bundled plugin + ~/.codex/config.toml MCP auth

Then verify with reconstruct doctor.

Full detail: docs/cli-auth-install.md.


MCP install (reconstruct install)

reconstruct install opens your browser to sign in (if needed), select an organization when you belong to more than one, and approve MCP setup. It registers the reconstruct MCP server and applies assistant-specific wiring: bundled plugins for Cursor, Claude Code, GitHub Copilot for VS Code, and Codex (skills + plugin .mcp.json; MCP Bearer token in ~/.codex/config.toml — see Codex plugins).

The old reconstruct init template installer is deprecated and hidden from help.

Full detail: docs/cli-auth-install.md in this repo.