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 .mdJSON
Readiness
Great for agents · 75/100
Verify
consul --version
Agent URL
/cli/consul/agent.md

Quick reference

Install
brew tap hashicorp/tap && brew install hashicorp/tap/consul
Verify
consul --version
First command
consul agent -dev
Machine JSON
/cli/consul.json

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