Scans ls (instant result), jq (22 flags), and curl (12 flags), then starts an HTTP server with Explorer UI for browser-based testing.
apexeinstalled (cargo install --path ../..)ls,jq, andcurlon your$PATH
./run.sh- Scans
ls,jq, andcurl(extracts flags and generates JSON Schema) - Writes binding files to
./output/modules/ - Prints Claude Desktop and Cursor integration configs
- Starts HTTP server with Explorer UI at http://127.0.0.1:8000/explorer
-
Open http://127.0.0.1:8000/explorer in your browser
-
Click
cli.ls→ type{}→ click Call:
{}You'll see your current directory listing immediately. This is the quickest way to verify apexe works.
- Click
cli.curl→ it has form fields fordata,verbose,silent, etc. Try:
{"verbose": true}- The response includes
stdout,stderr,exit_code,trace_id, andduration_ms
After testing with Explorer, switch to stdio for Claude Desktop:
apexe serve --show-config claude-desktopCopy the JSON into ~/Library/Application Support/Claude/claude_desktop_config.json, restart Claude Desktop.