aix mcp list

aix mcp list

List configured MCP servers

Synopsis

List all configured MCP servers grouped by platform.

By default, lists MCP servers for all detected platforms. Use the –platform flag to limit to specific platforms.

Environment variables containing secrets (TOKEN, KEY, SECRET, PASSWORD, AUTH, CREDENTIAL, API_KEY) are masked by default. Use –show-secrets to reveal them.

aix mcp list [flags]

Examples

  # List all MCP servers
  aix mcp list

  # List MCP servers for a specific platform
  aix mcp list --platform claude

  # Output as JSON
  aix mcp list --json

  # Show secret values in environment variables
  aix mcp list --show-secrets

  See Also:
    aix mcp show     - Show details of a specific server
    aix mcp add      - Add a new server

Options

  -h, --help           help for list
      --json           Output in JSON format
      --show-secrets   Reveal masked secrets in env values

Options inherited from parent commands

      --log-file string     write logs to file in JSON format
      --log-format string   log format: text, json (default "text")
  -p, --platform strings    target platform(s): claude, opencode (default: all detected)
  -q, --quiet               suppress non-error output
  -v, --verbose count       increase verbosity level (e.g., -v, -vv)

SEE ALSO

  • aix mcp - Manage MCP server configurations
Auto generated by spf13/cobra on 24-Jan-2026