reconstruct-cli
v1.2.5
Published
Reconstruct CLI — auth, MCP install (Cursor, Claude Code, Copilot), and template commands for AI assistants
Downloads
1,034
Maintainers
Readme
Reconstruct CLI
Reconstruct CLI — sign in and install MCP-enabled assistant plugins.
Installation
npm install -g reconstruct-cliRecommended first-time setup
Use one primary path for MCP and supported IDE integrations (no manual API key paste):
Sign in (device code; stores credentials under
~/.reconstruct/):reconstruct auth loginInstall MCP + plugins for the assistants you use (creates an
mcp_key via your account; currently Cursor, Claude Code, and GitHub Copilot for VS Code in the installer):reconstruct install # or, e.g.: reconstruct install --assistant cursor,claude,copilot
Full detail: docs/cli-auth-install.md.
Authenticated install (reconstruct auth + reconstruct install)
After reconstruct auth login, reconstruct install registers the reconstruct MCP server and applies assistant-specific plugin wiring for Cursor, Claude Code, and GitHub Copilot for VS Code.
The old reconstruct init template installer is deprecated and hidden from help. Use reconstruct install for supported assistant setup.
Full detail: docs/cli-auth-install.md in this repo.
