Skip to content

CLI Reference

The mitre-emb3d CLI provides access to the full MITRE EMB3D framework from the command line.

uvx mitre-emb3d [OPTIONS] COMMAND [ARGS]...

Command groups

Group Description
Core Commands Query categories, properties, threats, and mitigations
AI Commands AI-powered property mapping, threat analysis, and report generation
MCP Server Launch the Model Context Protocol server

Output modes

By default, all commands output JSON — designed for piping into other tools or AI agents.

Add --pprint for human-readable formatted output:

uvx mitre-emb3d --pprint list-categories

See Global Options for all top-level flags.