aix mcp show

aix mcp show

Display MCP server details

Synopsis

Display detailed information about an MCP server configuration.

Searches for the server across all detected platforms (or only the specified –platform). Shows transport, command, args, environment variables, headers, and status. Highlights any configuration differences between platforms.

Environment variables and headers are masked by default to protect secrets. Use –show-secrets to reveal the full values.

aix mcp show <name> [flags]

Examples

  # Show details of a server
  aix mcp show github

  # Show details including secrets
  aix mcp show github --show-secrets

  # Output as JSON
  aix mcp show github --json

  # Show details for a specific platform
  aix mcp show github --platform claude

  See Also:
    aix mcp list     - List all servers
    aix mcp remove   - Remove this server

Options

  -h, --help           help for show
      --json           Output as JSON
      --show-secrets   Reveal masked secrets in environment variables and headers

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