aix mcp search

Search for MCP servers in repositories

Synopsis

Search for MCP servers across all configured repositories by name or description.

aix mcp search <query> [flags]

Examples

  # Search for MCP servers matching "github"
  aix mcp search github

  # Search within a specific repository
  aix mcp search github --repo=my-repo

  # Output results as JSON
  aix mcp search github --json

Options

  -h, --help          help for search
      --json          Output in JSON format
      --repo string   Filter by repository name

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