CLI Reference¶
Complete reference for all crux commands.
System¶
| Command | Description |
|---|---|
crux init |
Initialize ~/.crux/ and environment |
crux doctor |
Diagnose environment issues |
crux version |
Show crux-cli version |
MCP Servers¶
| Command | Description |
|---|---|
crux mcp add |
Register a new MCP server |
crux mcp remove |
Unregister an MCP server |
crux mcp list |
List registered MCP servers |
crux mcp search |
Search the official MCP Registry |
crux mcp upgrade |
Update cloned sources |
crux mcp auth |
Authenticate MCP servers |
crux mcp status |
Probe all registered MCP servers |
Skills¶
| Command | Description |
|---|---|
crux skill add |
Register a new skill |
crux skill remove |
Unregister a skill |
crux skill list |
List registered skills |
Projects¶
| Command | Description |
|---|---|
crux project create |
Create a project with crux.json |
crux project install |
Add MCPs/skills to project |
crux project uninstall |
Remove MCPs/skills from project |
crux project sync |
Generate .mcp.json from crux.json |
crux project status |
Show project health |
Tasks¶
| Command | Description |
|---|---|
crux task run |
Run an agent in an isolated sandbox |
crux task init |
Scaffold a run.json template |
crux task list |
Show past/active runs |
crux task clean |
Remove completed sandboxes |