Skip to content

crux project sync

Generate .mcp.json from the project's crux.json manifest.

Usage

crux project sync [options]

Options

Option Description
--all Sync all tracked projects

Description

Reads the current project's crux.json and generates:

  • .mcp.json with scoped MCP server entries
  • Launcher scripts for MCPs that require authentication
  • Skill file copies

Examples

# Sync current project
crux project sync

# Sync all tracked projects
crux project sync --all