CLI Interface for DevOps & Analysts

CLI Interface for DevOps & Analysts

Use Case:

Security engineers want to run prompts or trigger workflows from their terminal or CI/CD tools.

Example Usage:

mcp exec summarize-threat --input "Stealer logs from 45.66.23.1"

Supported Flags:

  • –model (e.g., claude, llama3)
  • –context-file (e.g., indicators.json)
  • –dry-run (validate without execution)
  • –output-format=json|markdown|pdf

Use in CI Pipelines:

- name: MCP Lint & Risk Check
  run: |
    mcp exec compliance-check --input-file ./policy.json
ON THIS PAGE