Skip to content

CLI Commands

Project Management

Initialize a New Project

audiomancer init              # Create new TidalCycles project (interactive)
audiomancer init --path PATH  # Create project at specific path

Check Dependencies

audiomancer doctor            # Check all dependencies

MCP Server

Start the Server

audiomancer serve             # Start MCP server

Sample Library

Scan and Import

audiomancer scan ~/Samples    # Scan and import sample folders

Search Samples

audiomancer search "dark kick" # Search from CLI

Statistics

audiomancer stats             # Library statistics

Performance

Run Benchmarks

audiomancer benchmark         # Run performance benchmarks

Next Steps