Skip to main content
The cyberstrike CLI is the primary interface for running security assessments, managing sessions, configuring providers, and controlling the CyberStrike server. Run it with no arguments to launch the interactive TUI.
cyberstrike

Commands

cyberstrike run

Run CyberStrike non-interactively with a message. Use for scripting, CI, and headless automation.

cyberstrike agent

Create and list agents. Agents are specialised system prompts for different security assessment tasks.

cyberstrike provider

Add, list, and remove custom OpenAI-compatible model providers such as Ollama or LM Studio.

cyberstrike mcp

Manage Model Context Protocol (MCP) servers — add local or remote servers and handle OAuth authentication.

cyberstrike session

List and inspect past sessions. Sessions persist all conversation history for later review or continuation.

cyberstrike serve

Start a headless HTTP server exposing the CyberStrike API for external tool integration.

Full command list

CommandDescription
cyberstrikeLaunch the interactive TUI
cyberstrike runRun with a message non-interactively
cyberstrike agentCreate and list agents
cyberstrike authManage credentials (login / logout / list)
cyberstrike providerAdd, list, and remove custom providers
cyberstrike mcpManage MCP servers
cyberstrike sessionList sessions
cyberstrike serveStart a headless HTTP server
cyberstrike modelsList available models
cyberstrike upgradeUpgrade to the latest version
cyberstrike uninstallUninstall CyberStrike
cyberstrike statsShow session usage statistics
cyberstrike exportExport a session
cyberstrike importImport a session
cyberstrike completionGenerate shell completion script

Global flags

These flags are accepted by every command:
FlagTypeDescription
--help, -hbooleanShow help
--version, -vbooleanShow version number
--print-logsbooleanPrint internal logs to stderr
--log-levelstringLog verbosity: DEBUG, INFO, WARN, ERROR

Getting help

Every command accepts --help to print its usage and flag reference.
cyberstrike --help
cyberstrike run --help
cyberstrike mcp --help

Build docs developers (and LLMs) love