GitKraken CLI

gk agents list

List supported AI agents with detection and install status

Synopsis

List every AI agent the GitKraken CLI knows about, with the following per-agent fields:

  • detected: true when the agent is found on this machine (binary on PATH or config dir present)
  • executable: resolved path to the agent’s binary on PATH (empty when not on PATH or no known binary)
  • mcp supported: true when the agent can host the GitKraken MCP server
  • mcp installed: true when the GitKraken MCP server is registered in the agent’s config
  • hooks supported: true when the agent supports gk-managed AI hooks
  • hooks installed: true when gk-managed hooks are currently registered

Without –json, a human-readable table is printed. With –json, a structured JSON array is printed for machine consumption.

gk agents list [flags]

Examples

  gk agents list
  gk agents list --json

Options

  -h, --help   help for list
      --json   Output the list as JSON

Options inherited from parent commands

      --no-telemetry   Disable telemetry (OTel spans, Sentry) for this invocation

SEE ALSO

  • gk agents - List AI agents and their integration status
Auto generated by spf13/cobra on 15-May-2026

© 2023 Axosoft, LLC DBA GitKraken