consul

officialscriptablepopularcloudbrew

HashiCorp · Service discovery, kv, and mesh from the terminal.

$ brew tap hashicorp/tap && brew install hashicorp/tap/consul
One-liner to try
$ consul agent -dev

Agent pack

Copy into an agent

A markdown-ready setup brief with install, verify, safe starting commands, and guardrails for AI agents.

Open .md
Readiness
Great for agents · 75/100
Verify
consul --version
Agent URL
/cli/consul/agent.md

Quick reference

Installbrew tap hashicorp/tap && brew install hashicorp/tap/consul
Verifyconsul --version
First commandconsul agent -dev

About

The official CLI from HashiCorp. Service discovery, kv, and mesh from the terminal. Supports structured output — good for scripts and agents.

Example workflow

1. consul agent -dev

Alternatives worth considering