Skip to content

config plugins list

mcpd config plugins list

List configured plugin entries

Synopsis

List configured plugin entries in a specific category or across all categories

mcpd config plugins list [flags]

Examples

  # List plugins in authentication category
  mcpd config plugins list --category=authentication

  # List all plugins across all categories
  mcpd config plugins list

  # List with JSON output
  mcpd config plugins list --category=observability --format=json

Options

      --category category   Specify the category (one of: audit, authentication, authorization, content, observability, rate_limiting, validation)
      --format format       Specify the output format (one of: json, text, yaml) (default text)

Options inherited from parent commands

      --config-file string    path to config file (default ".mcpd.toml")
      --log-level string      log level for mcpd logs (default "info")
      --log-path string       log file path to use for log output
      --runtime-file string   path to runtime (execution context) file that contains env vars, and arguments for your MCP servers (default "/home/runner/.config/mcpd/secrets.dev.toml")

SEE ALSO

Auto generated by spf13/cobra on 6-Jan-2026