Honey Documentation
Search GCP, AWS, Kubernetes, Docker, Consul, Proxmox, and TrueNAS instances in parallel, then SSH, docker exec, or run recipes against results via a TUI, web UI, or MCP server.
Install
brew install --cask shareed2k/tap/honey
Or build from source:
go build -o honey ./cmd/honey
Quick start
# Interactive TUI — search all configured backends
honey search
# Filter by name substring
honey search my-host
# JSON output
honey search --json --provider aws,k8s web
Guides
- Providers — GCP, AWS, Kubernetes, Consul, Proxmox, TrueNAS, local, Docker
- Docker auto-discover on cloud VMs
- Macros (honeyfile) — reusable named operations for exec, recipes, logs, and app/tunnel tasks
- MCP Server — use honey as an MCP tool server in Cursor, LM Studio, and OpenCode
- Plugins — install and configure WASM plugins; extend CUE recipes with custom steps
- Session Recordings — list, search, export, replay, and prune terminal session recordings
- Web UI & AI assist
- CUE recipes
- Anomaly Detection
- Plugin development
- Add a new backend