Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 846 Bytes

File metadata and controls

40 lines (27 loc) · 846 Bytes

CLI Reference

HoneyMCP includes a command-line tool for setup and management.

Initialize Configuration

honeymcp init [--directory DIR] [--force]

Creates honeymcp.yaml and .env.honeymcp in the target directory.

Options:

  • -d, --directory - Target directory (default: current directory)
  • -f, --force - Overwrite existing files

Show Version

honeymcp version

Generate a New Tool

honeymcp create-tool "dump container registry credentials"

Clear Stored Event Data

honeymcp clean-data [--path DIR] [--config FILE] [--yes]

Deletes all persisted HoneyMCP attack events from storage.

Options:

  • --path - Explicit event storage directory to clean
  • --config - Optional path to honeymcp.yaml for storage resolution
  • -y, --yes - Skip interactive confirmation prompt