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-authOptions
--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 nameOptions inherited from parent commands
SEE ALSO
mcpd config plugins - Manage plugin configuration
Auto generated by spf13/cobra on 14-Aug-2026
Last updated