Skip to content

Commands

mattermind ask <question>

Ask a natural-language question about your Mattermost workspace.

mattermind ask "what was discussed about the auth migration?"

# with per-call overrides
mattermind ask "latest incidents?" \
  --mm-url https://mm.company.com \
  --mm-token $MM_TOKEN \
  --team engineering \
  --model gpt-4o

mattermind init

Interactive wizard that creates ~/.config/mattermind/config.yaml.

mattermind init

mattermind config show

Print the resolved config with secrets masked.

mattermind config show
mattermind --config ./custom.yaml config show

mattermind config validate

Validate config and test connectivity to both Mattermost and the LLM endpoint.

mattermind config validate

mattermind version

Print the installed version.

Global Flags

These work with every command:

Flag Description
--config PATH Path to YAML config file
--verbose / -v Show tool calls as JSON, full tracebacks
--quiet / -q Plain answer only, no UI chrome
--json Machine-readable JSON output
--no-color Disable ANSI colours