Title here
Summary here
Display MCP server details
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] # 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 -h, --help help for show
--json Output as JSON
--show-secrets Reveal masked secrets in environment variables and headers --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)