Skip to content

config plugins get

mcpd config plugins get

Get top level configuration for the plugin subsystem or for a specific plugin entry in a category

Synopsis

Get top level configuration for the plugin subsystem or for a specific plugin entry in a category.

When called without flags, shows plugin-level configuration (e.g. plugin directory). When called with --category and --name, shows the specific plugin entry. Both --category and --name must be provided together.

mcpd config plugins get [flags]

Examples

  # Get plugin-level configuration
  mcpd config plugins get

  # Get specific plugin entry
  mcpd config plugins get --category authentication --name jwt-auth

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)
      --name string         Plugin name

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