Install
Install script (recommended)
Downloads the latest release binary into ~/.local/bin. No sudo required.
curl -fsSL https://raw.githubusercontent.com/authprobe/authprobe/main/scripts/install.sh | sh
Go toolchain
go install github.com/authprobe/authprobe/cmd/authprobe@latest
Docker
docker pull ghcr.io/authprobe/authprobe:latest
docker run --rm ghcr.io/authprobe/authprobe:latest scan https://mcp.example.com/mcp
Release binary
Download the latest release from GitHub Releases and place it on your PATH.
Clone and build
git clone https://github.com/authprobe/authprobe.git
cd authprobe
go run cmd/authprobe/main.go scan https://mcp.example.com/mcp
Verify
authprobe --version