CLI
The consumer CLI for local tool discovery. All commands output JSON by default for easy piping.
Install
No global install needed. Run directly with npx, or install globally with npm.
Run with npx
Or install globally
Global options
These flags work with every command.
--jsonJSON output (default)--rawUnformatted JSON, no color--prettyHuman-readable table outputCommands
search
Search tools by name, description, or capability. Returns matching tools ranked by relevance.
info
Get full metadata for a specific tool, including auth, flags, output formats, and agent notes.
list
List all tools in the catalog with token estimates for context budgeting.
check
Check which tools are available on the current system.
index
Dump the full catalog index. Useful for piping into other tools or loading into an agent context.
capabilities
List the controlled capability vocabulary with tool counts per capability.
categories
List all categories with tool counts.